Skip to content

Commit c82a4bd

Browse files
committedJan 6, 2022
chore(release): 4.4.1
Diff: 4.4.0...4.4.1
1 parent 770ee59 commit c82a4bd

7 files changed

+3929
-144
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.4.1](https://github.com/socketio/socket.io/compare/4.4.0...4.4.1) (2022-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** make `RemoteSocket.data` type safe ([#4234](https://github.com/socketio/socket.io/issues/4234)) ([770ee59](https://github.com/socketio/socket.io/commit/770ee5949fb47c2556876c622f06c862573657d6))
7+
* **types:** pass `SocketData` type to custom namespaces ([#4233](https://github.com/socketio/socket.io/issues/4233)) ([f2b8de7](https://github.com/socketio/socket.io/commit/f2b8de71919e1b4d3e57f15a459972c1d1064787))
8+
9+
10+
111
# [4.4.0](https://github.com/socketio/socket.io/compare/4.3.2...4.4.0) (2021-11-18)
212

313

‎client-dist/socket.io.esm.min.js

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

‎client-dist/socket.io.js

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

‎client-dist/socket.io.min.js

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

‎client-dist/socket.io.msgpack.min.js

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

‎package-lock.json

+3,909-134
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": "socket.io",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -60,7 +60,7 @@
6060
"nyc": "^15.1.0",
6161
"prettier": "^2.3.2",
6262
"rimraf": "^3.0.2",
63-
"socket.io-client": "4.4.0",
63+
"socket.io-client": "4.4.1",
6464
"socket.io-client-v2": "npm:socket.io-client@^2.4.0",
6565
"superagent": "^6.1.0",
6666
"supertest": "^6.1.6",

0 commit comments

Comments
 (0)
Please sign in to comment.