Skip to content

Commit 360b631

Browse files
authored
Update changelog and package.json for the release of 5.1.0-beta (#163)
* Update CHANGELOG.md for 5.1.0-beta * 5.1.0-beta
1 parent 0b00769 commit 360b631

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.1.0-beta (2022-04-22)
2+
3+
[ADDED] Support for terminating user connections based on user id
4+
[ADDED] Support for sending messages to users based on user id
5+
[ADDED] Support for implementing user authentication endpoints
6+
[DEPRECATED] authenticate function is deprecated. The same functionality (and interface) is now provided by authorizeChannel
7+
18
## 5.0.1 (2022-01-24)
29

310
[FIXED] Incorrect `require` on `version.js` was causing a compilation error in Webpack

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pusher",
33
"description": "Node.js client to interact with the Pusher Channels REST API",
4-
"version": "5.0.1",
4+
"version": "5.1.0-beta",
55
"author": "Pusher <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)