Skip to content

Commit

Permalink
[chore] Release 1.6.0 (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Nov 20, 2016
1 parent ed63f96 commit fa14f91
Show file tree
Hide file tree
Showing 5 changed files with 1,409 additions and 801 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

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

* [feature] emit sourcemap for socket.io.js (#953)
* [feature] Support minified `socket.io.min.js` (#1021)
* [chore] Bump dependencies (#1026)

1.5.1 / 2016-10-24
==================

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-client",
"version": "1.5.1",
"version": "1.6.0",
"keywords": [
"realtime",
"framework",
Expand All @@ -13,6 +13,7 @@
"files": [
"lib/",
"socket.io.js",
"socket.io.min.js",
"socket.io.js.map"
],
"dependencies": {
Expand Down Expand Up @@ -50,7 +51,7 @@
"imports-loader": "^0.6.5",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"socket.io": "1.5.1",
"socket.io": "1.6.0",
"text-blob-builder": "0.0.1",
"uglify-js": "2.6.1",
"webpack-stream": "3.1.0",
Expand Down

0 comments on commit fa14f91

Please sign in to comment.