Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 7, 2022
1 parent 3a6d94d commit 09ab567
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.0.0](https://github.com/socketio/socket.io-redis-emitter/compare/4.1.1...5.0.0) (2022-09-07)

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.

- Reference: https://github.com/darrachequesne/notepack/releases/tag/3.0.0
- Diff: https://github.com/darrachequesne/notepack/compare/2.3.0...3.0.1

### Features

* 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))



## [4.1.1](https://github.com/socketio/socket.io-redis-emitter/compare/4.1.0...4.1.1) (2022-01-04)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.io/redis-emitter",
"version": "4.1.1",
"version": "5.0.0",
"description": "The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 09ab567

Please sign in to comment.