Skip to content

Commit ddd6906

Browse files
[chore] Release 3.0.0 (#170)
1 parent 1d32abc commit ddd6906

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
3.0.0 / 2017-01-08
3+
===================
4+
5+
* [feature] Add some helper methods (#168)
6+
* [test] Add newer nodejs versions in Travis (#167)
7+
* [test] simplify tests by using beforeEach/afterEach methods (#166)
8+
* [perf] Micro-optimisations (#163)
9+
* [feature] Forward errors from pub/sub clients to the adapter (#160)
10+
* [chore] Replace msgpack with msgpack-lite (#156)
11+
* [feature] Make subEvent default to `messageBuffer` (#157)
12+
213
2.0.1 / 2016-12-08
314
===================
415

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-redis",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)