Skip to content

Commit e74721a

Browse files
authored
Merge pull request #156 from pusher/5.0.1
Release 5.0.1
2 parents bf59452 + 525c8db commit e74721a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.1 (2022-01-24)
2+
3+
[FIXED] Incorrect `require` on `version.js` was causing a compilation error in Webpack
4+
[FIXED] Inconsistent encoding for shared secret between other SDKs
5+
16
## 5.0.0 (2021-02-18)
27

38
[BREAKING CHANGE] `trigger` now accepts a `params` _object_ instead of a `socket_id` as the third parameter.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.0",
4+
"version": "5.0.1",
55
"author": "Pusher <support@pusher.com>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)