Skip to content

Commit 5f2de9b

Browse files
chore(release): 6.1.0
Diff: 6.0.1...6.1.0
1 parent 900ddfa commit 5f2de9b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.1.0](https://github.com/socketio/socket.io-redis/compare/6.0.1...6.1.0) (2021-03-12)
2+
3+
4+
### Features
5+
6+
* implement utility methods from Socket.IO v4 ([468c3c8](https://github.com/socketio/socket.io-redis/commit/468c3c8008ddd0c89b2fc2054d874e9e706f0948))
7+
8+
9+
### Performance Improvements
10+
11+
* remove one round-trip for the requester ([6c8d770](https://github.com/socketio/socket.io-redis/commit/6c8d7701962bee4acf83568f8e998876d3549fb8))
12+
13+
114
## [6.0.1](https://github.com/socketio/socket.io-redis/compare/6.0.0...6.0.1) (2020-11-14)
215

316

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ process, you should use [socket.io-emitter](https://github.com/socketio/socket.i
9090
|-----------------------| ------------------------ |
9191
| 4.x | 1.x |
9292
| 5.x | 2.x |
93-
| 6.x | 3.x |
93+
| 6.0.x | 3.x |
94+
| 6.1.x and above | 4.x |
9495

9596
## How does it work under the hood?
9697

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-redis",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)