Skip to content

Commit 623593d

Browse files
chore(release): 8.2.1
Diff: 8.2.0...8.2.1
1 parent 4c372a8 commit 623593d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [8.2.1](821-2023-05-14) (May 2023)
34
- [8.2.0](820-2023-05-02) (May 2023)
45
- [8.1.0](810-2023-02-08) (Feb 2023)
56
- [8.0.1](801-2023-01-11) (Jan 2023)
@@ -20,6 +21,16 @@
2021

2122
# Release notes
2223

24+
## [8.2.1](https://github.com/socketio/socket.io-redis-adapter/compare/8.2.0...8.2.1) (2023-05-14)
25+
26+
27+
### Bug Fixes
28+
29+
* **sharded:** ensure compatibility with ioredis ([42c8ab6](https://github.com/socketio/socket.io-redis-adapter/commit/42c8ab6764a3d4c855b27eea35b4e0cda9c34b37))
30+
* **sharded:** properly unsubscribe when closing ([2da8d9e](https://github.com/socketio/socket.io-redis-adapter/commit/2da8d9e57afbed3201f818bca77ac17ce9636fa3))
31+
32+
33+
2334
## [8.2.0](https://github.com/socketio/socket.io-redis-adapter/compare/8.1.0...8.2.0) (2023-05-02)
2435

2536

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/redis-adapter",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)