Skip to content

Commit fe840e2

Browse files
chore(release): 0.2.1
Diff: 0.2.0...0.2.1
1 parent a5a1c29 commit fe840e2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Releases
2+
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)
6+
7+
8+
9+
## [0.2.1](https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.0...0.2.1) (2022-10-13)
10+
11+
12+
### Bug Fixes
13+
14+
* properly handle ERR_IPC_CHANNEL_CLOSED errors ([#6](https://github.com/socketio/socket.io-cluster-adapter/issues/6)) ([be0a0e3](https://github.com/socketio/socket.io-cluster-adapter/commit/be0a0e3217bd7100d569e5624194612bcc8b96ff))
15+
16+
17+
118
# [0.2.0](https://github.com/socketio/socket.io-cluster-adapter/compare/0.1.0...0.2.0) (2022-04-28)
219

320

Diff for: 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.0",
3+
"version": "0.2.1",
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)