From cddb78e5fab3178c9956c72063aa26f418e710af Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Fri, 24 Mar 2023 17:32:35 +0100 Subject: [PATCH] chore(release): 0.2.2 Diff: https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.1...0.2.2 --- CHANGELOG.md | 23 +++++++++++++++++------ package.json | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44505ed..d8a0487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index eaa72f2..c1f02c9 100644 --- a/package.json +++ b/package.json @@ -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": {