diff --git a/History.md b/History.md index 7fc6458..8643da6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.1.1 / 2016-09-26 +================== + + * [refactor] Use this.channel to construct the name of a channel (#129) + * [test] Add tests with ioredis client (#128) + * [chore] Restrict files included in npm package (#130) + 1.1.0 / 2016-09-24 ================== diff --git a/package.json b/package.json index a0badb1..6eaf826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io-redis", - "version": "1.1.0", + "version": "1.1.1", "description": "", "license": "MIT", "repository": {