diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a625dd08..2ac9a30e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,6 @@ jobs: - name: Release on npm run: | npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm publish --ignore-scripts --tag beta + npm publish --ignore-scripts env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 44ceab59..b76fbda2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "centrifuge", - "version": "5.0.0-beta.3", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "centrifuge", - "version": "5.0.0-beta.3", + "version": "5.0.0", "license": "MIT", "dependencies": { "events": "^3.3.0", diff --git a/package.json b/package.json index 59963ba5..8b6dd96c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "centrifuge", - "version": "5.0.0-beta.3", + "version": "5.0.0", "description": "JavaScript client SDK for bidirectional communication with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native", "main": "build/index.js", "types": "build/index.d.ts",