Skip to content

Commit

Permalink
Update changelog and package.json for the release of 5.1.0-beta (#163)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md for 5.1.0-beta

* 5.1.0-beta
  • Loading branch information
sonologico authored Apr 22, 2022
1 parent 0b00769 commit 360b631
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.1.0-beta (2022-04-22)

[ADDED] Support for terminating user connections based on user id
[ADDED] Support for sending messages to users based on user id
[ADDED] Support for implementing user authentication endpoints
[DEPRECATED] authenticate function is deprecated. The same functionality (and interface) is now provided by authorizeChannel

## 5.0.1 (2022-01-24)

[FIXED] Incorrect `require` on `version.js` was causing a compilation error in Webpack
Expand Down
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,7 +1,7 @@
{
"name": "pusher",
"description": "Node.js client to interact with the Pusher Channels REST API",
"version": "5.0.1",
"version": "5.1.0-beta",
"author": "Pusher <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 360b631

Please sign in to comment.