Skip to content

Commit a8ff89c

Browse files
committedSep 2, 2017
[chore] Release 3.1.1
1 parent e0d720c commit a8ff89c

File tree

2 files changed

+2
-610
lines changed

2 files changed

+2
-610
lines changed
 

‎History.md

-608
This file was deleted.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "lib/engine.io",
66
"author": "Guillermo Rauch <guillermo@learnboost.com>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-eslint": "^7.2.3",
3737
"babel-preset-es2015": "^6.24.0",
38-
"engine.io-client": "3.1.0",
38+
"engine.io-client": "^3.1.1",
3939
"eslint": "^4.5.0",
4040
"eslint-config-standard": "^10.2.1",
4141
"eslint-plugin-import": "^2.7.0",

0 commit comments

Comments
 (0)
Please sign in to comment.