diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 2c8c33ae..4ca178ce 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -8,9 +8,9 @@ on: branches: - master -# permissions: -# id-token: 'write' -# contents: 'read' +permissions: + id-token: 'write' + contents: 'read' jobs: publish-npm: diff --git a/package-lock.json b/package-lock.json index 2bbb0435..d2abfd23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bybit-api", - "version": "3.9.2", + "version": "3.9.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bybit-api", - "version": "3.9.2", + "version": "3.9.5", "license": "MIT", "dependencies": { "axios": "^1.6.6", diff --git a/package.json b/package.json index fb329169..b7194e03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "3.9.4", + "version": "3.9.5", "description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.", "main": "lib/index.js", "types": "lib/index.d.ts",