Skip to content

Commit

Permalink
prepare 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jul 11, 2023
1 parent 776db72 commit bba532c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.0.1
=====

* Update dependencies. In particular: migrate to the latest protobufjs 7.2.4.

4.0.0
=====

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "centrifuge",
"version": "4.0.0",
"version": "4.0.1",
"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 Expand Up @@ -67,4 +67,4 @@
"events": "^3.3.0",
"protobufjs": "^7.2.4"
}
}
}

0 comments on commit bba532c

Please sign in to comment.