Skip to content

Commit

Permalink
[chore] Release 2.0.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Nov 28, 2016
1 parent 2a6d27b commit e8d1f14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

2.0.0 / 2016-11-28
===================

* [chore] Bump socket.io-adapter to version 0.5.0 (#145)
* [chore] Bump debug to version 2.3.3 (#147)
* [chore] Bump redis to version 2.6.3 (#148)
* [chore] Bump async library to 2.1.4 (#62)
* [feature] Add a `local` flag (#119)
* [feature] Refactor requests between nodes and add `clientRooms` method (#146)
* [feature] Add an option to disable channel multiplexing (#140)
* [fix] receive a message only once per-emit (not per-joined rooms) (#151)
* [chore] Bump mocha to 3.2.0 (#152)

1.1.1 / 2016-09-26
==================

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

0 comments on commit e8d1f14

Please sign in to comment.