Skip to content

Commit 7559fa7

Browse files
authored
Merge pull request #136 from pusher/release-v5.0.0
Release v5.0.0
2 parents 85c8c14 + 042daf5 commit 7559fa7

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.0 (2021-02-18)
2+
3+
[BREAKING CHANGE] `trigger` now accepts a `params` _object_ instead of a `socket_id` as the third parameter.
4+
[ADDED] Support for requesting channel attributes as part of a `trigger` and `triggerBatch` request via an `info` parameter.
5+
16
## 4.0.2 (2020-11-30)
27

38
[FIXED] Workaround for a [Webpack bug](https://github.com/webpack/webpack/issues/4742) (thanks @JJ-Kidd)

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

0 commit comments

Comments
 (0)