chore(release): 0.2.2

Diff: https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.1...0.2.2
This commit is contained in:
Damien Arrachequesne
2023-03-24 17:32:35 +01:00
parent 15fd56e78d
commit cddb78e5fa
2 changed files with 18 additions and 7 deletions

View File

@@ -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.
@@ -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
@@ -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

View File

@@ -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": {