Skip to content

Commit 6170118

Browse files
chore(release): 0.2.1
Diff: 0.2.0...0.2.1
1 parent 5530930 commit 6170118

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# History
22

3-
- [0.2.0](#020-2024-02-21) (February 2024)
4-
- [0.1.0](#010-2023-04-06) (April 2023)
3+
- [0.2.1](#021-2024-03-11) (Mar 2024)
4+
- [0.2.0](#020-2024-02-21) (Feb 2024)
5+
- [0.1.0](#010-2023-04-06) (Apr 2023)
56

67
# Release notes
78

9+
## [0.2.1](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.2.0...0.2.1) (2024-03-11)
10+
11+
12+
### Bug Fixes
13+
14+
* ensure CSR works with a Redis cluster ([d2d635d](https://github.com/socketio/socket.io-redis-streams-adapter/commit/d2d635dbfe506f6af80025a2bfd9b157b5941ab3))
15+
* ensure CSR works with the ioredis package ([78075ec](https://github.com/socketio/socket.io-redis-streams-adapter/commit/78075ec6663f839d80972520d89eca994a09ae8f))
16+
17+
18+
819
## [0.2.0](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.1.0...0.2.0) (2024-02-21)
920

1021

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-streams-adapter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "The Socket.IO adapter based on Redis Streams, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)