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 Mar 24, 2023
1 parent 15fd56e commit cddb78e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Releases
# History

- [0.2.1](#021-2022-10-13) (2022-10-13)
- [0.2.0](#020-2022-04-28) (2022-04-28)
- [0.1.0](#010-2021-06-22) (2021-06-22)
- [0.2.2](#022-2023-03-24) (Mar 2023)
- [0.2.1](#021-2022-10-13) (Oct 2022)
- [0.2.0](#020-2022-04-28) (Apr 2022)
- [0.1.0](#010-2021-06-22) (Jun 2021)



# Release notes

## [0.2.2](https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.1...0.2.2) (2023-03-24)

The `socket.io-adapter` package was added to the list of `peerDependencies`, in order to fix sync issues with the version imported by the socket.io package (see [15fd56e](https://github.com/socketio/socket.io-cluster-adapter/commit/15fd56e78d52aa65c5fbf412dec57ab4bdaee7cc)).

Support for connection state recovery (see [here](https://github.com/socketio/socket.io/releases/4.6.0)) will be added in the next release.



Expand All @@ -15,7 +26,7 @@



# [0.2.0](https://github.com/socketio/socket.io-cluster-adapter/compare/0.1.0...0.2.0) (2022-04-28)
## [0.2.0](https://github.com/socketio/socket.io-cluster-adapter/compare/0.1.0...0.2.0) (2022-04-28)


### Features
Expand All @@ -34,7 +45,7 @@ Thanks to this change, it will now work within a Node.js cluster.



# 0.1.0 (2021-06-22)
## 0.1.0 (2021-06-22)

Initial commit

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/cluster-adapter",
"version": "0.2.1",
"version": "0.2.2",
"description": "The Socket.IO cluster adapter, allowing to broadcast events between several Socket.IO servers",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit cddb78e

Please sign in to comment.