Skip to content

Commit

Permalink
[chore] Release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Arrachequesne committed Feb 16, 2017
1 parent bf78cfd commit f0bbc67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.8.3 / 2017-02-16
===================

* [chore] Bump ws to version 1.1.2 (vulnerability fix) (#480) (cherry-picked)

1.8.2 / 2016-12-11
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.8.2",
"version": "1.8.3",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"engine.io-client": "1.8.2",
"engine.io-client": "1.8.3",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "0.2.0",
Expand Down

0 comments on commit f0bbc67

Please sign in to comment.