Skip to content

Commit

Permalink
[chore] Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Apr 5, 2017
1 parent fb7e2be commit 07d57d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

3.0.0 / 2017-04-06
===================

* [chore] Bump dependencies (#498)
* [chore] Bump uws to version 0.14.1 (#497)
* [chore] Merge 2.1.x branch (#494)
* [chore] Bump ws to version 2.2.0 (#487)
* [chore] Drop support for old nodejs versions (0.10 & 0.12) (#493)

2.1.1 / 2017-03-22
===================

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": "2.1.1",
"version": "3.0.0",
"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 <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-preset-es2015": "^6.24.0",
"engine.io-client": "2.1.1",
"engine.io-client": "3.0.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 07d57d5

Please sign in to comment.