Skip to content

Commit cddb78e

Browse files
committedMar 24, 2023
chore(release): 0.2.2
Diff: 0.2.1...0.2.2
1 parent 15fd56e commit cddb78e

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed
 

‎CHANGELOG.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# Releases
1+
# History
22

3-
- [0.2.1](#021-2022-10-13) (2022-10-13)
4-
- [0.2.0](#020-2022-04-28) (2022-04-28)
5-
- [0.1.0](#010-2021-06-22) (2021-06-22)
3+
- [0.2.2](#022-2023-03-24) (Mar 2023)
4+
- [0.2.1](#021-2022-10-13) (Oct 2022)
5+
- [0.2.0](#020-2022-04-28) (Apr 2022)
6+
- [0.1.0](#010-2021-06-22) (Jun 2021)
7+
8+
9+
10+
# Release notes
11+
12+
## [0.2.2](https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.1...0.2.2) (2023-03-24)
13+
14+
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)).
15+
16+
Support for connection state recovery (see [here](https://github.com/socketio/socket.io/releases/4.6.0)) will be added in the next release.
617

718

819

@@ -15,7 +26,7 @@
1526

1627

1728

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

2031

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

3546

3647

37-
# 0.1.0 (2021-06-22)
48+
## 0.1.0 (2021-06-22)
3849

3950
Initial commit
4051

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/cluster-adapter",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "The Socket.IO cluster adapter, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.