Skip to content

Commit 5436ea4

Browse files
authored
Merge pull request #72 from pusher/prepare-release-2-0-0
Prepare release 2.0.0
2 parents 977a2dc + cdecccc commit 5436ea4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0 (2018-05-08)
2+
3+
[FIXED] remove security vulnerability by updating requests.
4+
5+
[REMOVED] support for versions of node < 4
6+
17
## 1.5.1 (2016-12-01)
28

39
[FIXED] fix the version of request we are using, new minor version break backwards compatibility

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In order to use this library, you need to have an account on <http://pusher.com>
44

55
## Installation
66

7-
You need to be running Node.js 0.8+ to use this library.
7+
You need to be running at least Node.js 4 to use this library.
88

99
```
1010
$ npm install pusher

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 REST API",
4-
"version": "1.5.1",
4+
"version": "2.0.0",
55
"author": "Pusher <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)