diff --git a/CHANGELOG.md b/CHANGELOG.md index baba4b9..089cf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.1 (2022-01-24) + +[FIXED] Incorrect `require` on `version.js` was causing a compilation error in Webpack +[FIXED] Inconsistent encoding for shared secret between other SDKs + ## 5.0.0 (2021-02-18) [BREAKING CHANGE] `trigger` now accepts a `params` _object_ instead of a `socket_id` as the third parameter. diff --git a/package-lock.json b/package-lock.json index 68c2933..c27e7ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pusher", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32dfe46..17e326d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pusher", "description": "Node.js client to interact with the Pusher Channels REST API", - "version": "5.0.0", + "version": "5.0.1", "author": "Pusher ", "contributors": [ {