diff --git a/History.md b/History.md index 31d1e3ed7..66f724f57 100644 --- a/History.md +++ b/History.md @@ -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 =================== diff --git a/package.json b/package.json index e6cd3a95a..86c98337c 100644 --- a/package.json +++ b/package.json @@ -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 ",