Skip to content

Commit

Permalink
prepare 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 13, 2021
1 parent 8ce12ff commit 4e8e24d
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 56 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.7.4
=====

* Optimize & simplify json encode/decode, see [#138](https://github.com/centrifugal/centrifuge-js/pull/138)

2.7.3
=====

Expand Down
30 changes: 6 additions & 24 deletions dist/centrifuge.js

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

2 changes: 1 addition & 1 deletion dist/centrifuge.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/centrifuge.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/centrifuge.min.js.map

Large diffs are not rendered by default.

30 changes: 6 additions & 24 deletions dist/centrifuge.protobuf.js

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

2 changes: 1 addition & 1 deletion dist/centrifuge.protobuf.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/centrifuge.protobuf.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/centrifuge.protobuf.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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": "2.7.3",
"version": "2.7.4",
"description": "Centrifuge and Centrifugo client for NodeJS and browser",
"main": "dist/centrifuge.js",
"types": "dist/centrifuge.d.ts",
Expand Down

0 comments on commit 4e8e24d

Please sign in to comment.