Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 8, 2024
1 parent 57d2c86 commit 71ed4e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# History

- [0.2.1](#021-2024-03-11) (Mar 2024)
- [0.2.0](#020-2024-02-21) (Feb 2024)
- [0.1.0](#010-2023-04-06) (Apr 2023)
| Version | Date |
|--------------------------|---------------|
| [0.2.2](#022-2024-05-08) | May 2024 |
| [0.2.1](#021-2024-03-11) | March 2024 |
| [0.2.0](#020-2024-02-21) | February 2024 |
| [0.1.0](#010-2023-04-06) | April 2023 |

# Release notes

## [0.2.2](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.2.1...0.2.2) (2024-05-08)

The `redis` package is no longer required if you use the `ioredis` package to create a Redis client.



## [0.2.1](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.2.0...0.2.1) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.io/redis-streams-adapter",
"version": "0.2.1",
"version": "0.2.2",
"description": "The Socket.IO adapter based on Redis Streams, allowing to broadcast events between several Socket.IO servers",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 71ed4e4

Please sign in to comment.