Skip to content

Commit

Permalink
[chore] Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 17, 2018
1 parent 23000b7 commit 8372591
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 14 deletions.
7 changes: 5 additions & 2 deletions dist/socket.io.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/socket.io.dev.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/socket.io.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/socket.io.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions dist/socket.io.slim.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/socket.io.slim.dev.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/socket.io.slim.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/socket.io.slim.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-client",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"realtime",
"framework",
Expand Down Expand Up @@ -49,7 +49,7 @@
"imports-loader": "^0.7.1",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"socket.io": "2.1.0",
"socket.io": "2.1.1",
"socket.io-browsers": "^1.0.0",
"strip-loader": "0.1.2",
"text-blob-builder": "0.0.1",
Expand Down

1 comment on commit 8372591

@titoBouzout
Copy link

Choose a reason for hiding this comment

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

Why this does not use "use strict" ?

Please sign in to comment.