Skip to content

Commit

Permalink
prepare 2.7.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jul 28, 2021
1 parent c8f3437 commit da6187d
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 15 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.7
=====

* possibility to set `disableWithCredentials` boolean option (`false` by default) to control `withCredentials` option of `XMLHttpRequest`. See [#155](https://github.com/centrifugal/centrifuge-js/issues/155).

2.7.6
=====

Expand Down
5 changes: 3 additions & 2 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.

5 changes: 3 additions & 2 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.

8 changes: 4 additions & 4 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": "2.7.6",
"version": "2.7.7",
"description": "Centrifuge and Centrifugo client for NodeJS and browser",
"main": "dist/centrifuge.js",
"types": "dist/centrifuge.d.ts",
Expand Down

0 comments on commit da6187d

Please sign in to comment.