chore(release): 0.2.1

Diff: https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.0...0.2.1
This commit is contained in:
Damien Arrachequesne
2022-10-13 09:23:36 +02:00
parent a5a1c29082
commit fe840e2eb3
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
# Releases
- [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.1](https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.0...0.2.1) (2022-10-13)
### Bug Fixes
* 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))
# [0.2.0](https://github.com/socketio/socket.io-cluster-adapter/compare/0.1.0...0.2.0) (2022-04-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@socket.io/cluster-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "The Socket.IO cluster adapter, allowing to broadcast events between several Socket.IO servers",
"license": "MIT",
"repository": {