Skip to content

Commit 9534355

Browse files
chore(release): 4.1.1
Diff: 4.1.0...4.1.1
1 parent ae840fa commit 9534355

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.1.1](https://github.com/socketio/engine.io/compare/4.1.0...4.1.1) (2021-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* do not reset the ping timer after upgrade ([ff2b8ab](https://github.com/socketio/engine.io/commit/ff2b8aba48ebcb0de5626d3b76fddc94c398395f)), closes [/github.com/socketio/socket.io-client-swift/pull/1309#issuecomment-768475704](https://github.com//github.com/socketio/socket.io-client-swift/pull/1309/issues/issuecomment-768475704)
7+
8+
19
# [4.1.0](https://github.com/socketio/engine.io/compare/4.0.6...4.1.0) (2021-01-14)
210

311

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "4.1.0",
3+
"version": "4.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.js",
66
"author": "Guillermo Rauch <[email protected]>",
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"babel-eslint": "^8.0.2",
3838
"eiows": "^3.3.0",
39-
"engine.io-client": "4.1.0",
39+
"engine.io-client": "4.1.1",
4040
"engine.io-client-v3": "npm:[email protected]",
4141
"eslint": "^4.19.1",
4242
"eslint-config-prettier": "^6.9.0",

0 commit comments

Comments
 (0)