We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae896a commit 2354068Copy full SHA for 2354068
History.md
@@ -1,4 +1,14 @@
1
2
+4.0.0 / 2017-02-15
3
+===================
4
+
5
+ * [fix] Fix remoteJoin/remoteLeave methods (#201)
6
+ * [docs] Update code examples in the Readme (#194)
7
+ * [docs] Update History.md regarding the `return_buffers` option (#189)
8
+ * [feature] Make customHook async (#181)
9
10
+The major bump is due to #181, which is an API breaking change.
11
12
3.1.0 / 2017-01-16
13
===================
14
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-redis",
- "version": "3.1.0",
+ "version": "4.0.0",
"description": "",
"license": "MIT",
"repository": {
0 commit comments