Skip to content

Commit

Permalink
[chore] Release 3.0.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Jan 8, 2017
1 parent 1d32abc commit ddd6906
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

3.0.0 / 2017-01-08
===================

* [feature] Add some helper methods (#168)
* [test] Add newer nodejs versions in Travis (#167)
* [test] simplify tests by using beforeEach/afterEach methods (#166)
* [perf] Micro-optimisations (#163)
* [feature] Forward errors from pub/sub clients to the adapter (#160)
* [chore] Replace msgpack with msgpack-lite (#156)
* [feature] Make subEvent default to `messageBuffer` (#157)

2.0.1 / 2016-12-08
===================

Expand Down
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",
"version": "2.0.1",
"version": "3.0.0",
"description": "",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit ddd6906

Please sign in to comment.