chore(release): 2.5.4

Diff: https://github.com/socketio/socket.io-adapter/compare/2.5.3...2.5.4
This commit is contained in:
Damien Arrachequesne
2024-02-22 09:33:01 +01:00
parent 005d546767
commit 5eae5a0b54
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# History
- [2.5.4](#254-2024-02-22) (Feb 2024)
- [2.5.3](#253-2024-02-21) (Feb 2024)
- [2.5.2](#252-2023-01-12) (Jan 2023)
- [2.5.1](#251-2023-01-06) (Jan 2023)
@@ -20,6 +21,16 @@
# Release notes
## [2.5.4](https://github.com/socketio/socket.io-adapter/compare/2.5.3...2.5.4) (2024-02-22)
### Bug Fixes
* ensure the order of the commands ([a13f35f](https://github.com/socketio/socket.io-adapter/commit/a13f35f0e6b85bbba07f99ee2440e914f1429d83))
* **types:** ensure compatibility with TypeScript < 4.5 ([ca397f3](https://github.com/socketio/socket.io-adapter/commit/ca397f3afe06ed9390db52b70a506a9721e091d8))
## [2.5.3](https://github.com/socketio/socket.io-adapter/compare/2.5.2...2.5.3) (2024-02-21)
Two abstract classes were imported from the [Redis adapter repository](https://github.com/socketio/socket.io-redis-adapter/blob/bd32763043a2eb79a21dffd8820f20e598348adf/lib/cluster-adapter.ts):

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io-adapter",
"version": "2.5.3",
"version": "2.5.4",
"license": "MIT",
"repository": {
"type": "git",