Skip to content

Commit 71ed4e4

Browse files
chore(release): 0.2.2
Diff: 0.2.1...0.2.2
1 parent 57d2c86 commit 71ed4e4

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# History
22

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)
3+
| Version | Date |
4+
|--------------------------|---------------|
5+
| [0.2.2](#022-2024-05-08) | May 2024 |
6+
| [0.2.1](#021-2024-03-11) | March 2024 |
7+
| [0.2.0](#020-2024-02-21) | February 2024 |
8+
| [0.1.0](#010-2023-04-06) | April 2023 |
69

710
# Release notes
811

12+
## [0.2.2](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.2.1...0.2.2) (2024-05-08)
13+
14+
The `redis` package is no longer required if you use the `ioredis` package to create a Redis client.
15+
16+
17+
918
## [0.2.1](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.2.0...0.2.1) (2024-03-11)
1019

1120

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.1",
3+
"version": "0.2.2",
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)