Skip to content

Commit bd1e81e

Browse files
[chore] Release 2.0.2 (#481)
1 parent 01e36b4 commit bd1e81e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
2.0.2 / 2017-02-16
3+
===================
4+
5+
* [chore] Bump ws to version 1.1.2 (vulnerability fix) (#480)
6+
27
2.0.1 / 2017-01-30
38
===================
49

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "./lib/engine.io",
66
"author": "Guillermo Rauch <guillermo@learnboost.com>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-eslint": "5.0.0",
3737
"babel-preset-es2015": "6.3.13",
38-
"engine.io-client": "2.0.1",
38+
"engine.io-client": "2.0.2",
3939
"eslint-config-standard": "4.4.0",
4040
"eslint-plugin-standard": "1.3.2",
4141
"expect.js": "0.2.0",

0 commit comments

Comments
 (0)