Skip to content

Commit

Permalink
Merge pull request #156 from pusher/5.0.1
Browse files Browse the repository at this point in the history
Release 5.0.1
  • Loading branch information
fbenevides authored Jan 25, 2022
2 parents bf59452 + 525c8db commit e74721a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.0",
"version": "5.0.1",
"author": "Pusher <support@pusher.com>",
"contributors": [
{
Expand Down

0 comments on commit e74721a

Please sign in to comment.