Skip to content

Commit 5eae5a0

Browse files
chore(release): 2.5.4
Diff: 2.5.3...2.5.4
1 parent 005d546 commit 5eae5a0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [2.5.4](#254-2024-02-22) (Feb 2024)
34
- [2.5.3](#253-2024-02-21) (Feb 2024)
45
- [2.5.2](#252-2023-01-12) (Jan 2023)
56
- [2.5.1](#251-2023-01-06) (Jan 2023)
@@ -20,6 +21,16 @@
2021

2122
# Release notes
2223

24+
## [2.5.4](https://github.com/socketio/socket.io-adapter/compare/2.5.3...2.5.4) (2024-02-22)
25+
26+
27+
### Bug Fixes
28+
29+
* ensure the order of the commands ([a13f35f](https://github.com/socketio/socket.io-adapter/commit/a13f35f0e6b85bbba07f99ee2440e914f1429d83))
30+
* **types:** ensure compatibility with TypeScript < 4.5 ([ca397f3](https://github.com/socketio/socket.io-adapter/commit/ca397f3afe06ed9390db52b70a506a9721e091d8))
31+
32+
33+
2334
## [2.5.3](https://github.com/socketio/socket.io-adapter/compare/2.5.2...2.5.3) (2024-02-21)
2435

2536
Two abstract classes were imported from the [Redis adapter repository](https://github.com/socketio/socket.io-redis-adapter/blob/bd32763043a2eb79a21dffd8820f20e598348adf/lib/cluster-adapter.ts):

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)