Skip to content

Commit

Permalink
[chore] release 1.7.0 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Oct 5, 2016
1 parent 4e058b5 commit 330526a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

1.7.0 / 2016-10-05
===================

* [feature] Give the ability to dynamically choose ws implementation (#390)
* [chore] Add gulp & babel in the build process (#384)
* [chore] Ignore dist not to release for now (#387)
* [chore] Upgrade accepts to 1.3.3
* [chore] Bumping ws to 1.1.1 to address https://nodesecurity.io/advisories/120 (#411)
* [chore] Restoring require('ws') as separate expression for browserify. (#418)
* [chore] Bump engine.io-parser to 1.3.0 (#425)
* [chore] Make the build status badge point towards master (#426)
* [chore] Restrict files included in npm package (#427)

1.6.11 / 2016-06-23
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.6.11",
"version": "1.7.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 <guillermo@learnboost.com>",
Expand Down

1 comment on commit 330526a

@lpinca
Copy link
Contributor

@lpinca lpinca commented on 330526a Oct 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI build is green but tests are not run as this test fails.

Please sign in to comment.