Skip to content

Commit

Permalink
v5 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 7, 2023
1 parent eb49404 commit 9f2f321
Show file tree
Hide file tree
Showing 4 changed files with 2,890 additions and 2,952 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Release on npm
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts
npm publish --ignore-scripts --tag beta
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33 changes: 16 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "centrifuge",
"version": "4.1.0",
"version": "5.0.0-beta.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",
Expand Down
Loading

0 comments on commit 9f2f321

Please sign in to comment.