Skip to content

Commit 5ab8289

Browse files
committedMay 17, 2022
chore(release): 4.5.1
Diff: 4.5.0...4.5.1
1 parent 30430f0 commit 5ab8289

7 files changed

+25
-15
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.5.1](https://github.com/socketio/socket.io/compare/4.5.0...4.5.1) (2022-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* forward the local flag to the adapter when using fetchSockets() ([30430f0](https://github.com/socketio/socket.io/commit/30430f0985f8e7c49394543d4c84913b6a15df60))
7+
* **typings:** add HTTPS server to accepted types ([#4351](https://github.com/socketio/socket.io/issues/4351)) ([9b43c91](https://github.com/socketio/socket.io/commit/9b43c9167cff817c60fa29dbda2ef7cd938aff51))
8+
9+
10+
111
# [4.5.0](https://github.com/socketio/socket.io/compare/4.4.1...4.5.0) (2022-04-23)
212

313

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

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

‎client-dist/socket.io.js

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

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

+1-1
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

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

‎package-lock.json

+9-9
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.5.0",
3+
"version": "4.5.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.5.0",
63+
"socket.io-client": "4.5.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.