Skip to content

Commit

Permalink
[chore] Release 1.7.0 (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Nov 27, 2016
1 parent 3c98130 commit 4f93a0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

1.7.0 / 2016-11-27
===================

* [docs] Comment connected socket availability for adapters (#2081)
* [docs] Fixed grammar issues in the README.md (#2159)
* [feature] serve sourcemap for socket.io-client (#2482)
* [feature] Add a `local` flag (#2628)
* [chore] Bump engine.io to version 1.8.1 (#2765)
* [chore] Update client location and serve minified file (#2766)

1.6.0 / 2016-11-20
==================

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": "socket.io",
"version": "1.6.0",
"version": "1.7.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand Down Expand Up @@ -29,7 +29,7 @@
"has-binary": "0.1.7",
"object-assign": "4.1.0",
"socket.io-adapter": "0.5.0",
"socket.io-client": "1.6.0",
"socket.io-client": "1.7.0",
"socket.io-parser": "2.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 4f93a0b

Please sign in to comment.