Skip to content

Commit 09ab567

Browse files
chore(release): 5.0.0
Diff: 4.1.1...5.0.0
1 parent 3a6d94d commit 09ab567

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/socketio/socket.io-redis-emitter/compare/4.1.1...5.0.0) (2022-09-07)
2+
3+
Important note! There is a non backward-compatible change regarding Date objects, which means that the adapter may not be able to properly decode them.
4+
5+
- Reference: https://github.com/darrachequesne/notepack/releases/tag/3.0.0
6+
- Diff: https://github.com/darrachequesne/notepack/compare/2.3.0...3.0.1
7+
8+
### Features
9+
10+
* add support for the toJSON() method when encoding ([#113](https://github.com/socketio/socket.io-redis-emitter/issues/113)) ([3a6d94d](https://github.com/socketio/socket.io-redis-emitter/commit/3a6d94d0b87917f12d35e062a67e00bba581d005))
11+
12+
13+
114
## [4.1.1](https://github.com/socketio/socket.io-redis-emitter/compare/4.1.0...4.1.1) (2022-01-04)
215

316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/redis-emitter",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)