diff --git a/History.md b/History.md deleted file mode 100644 index 01cd130..0000000 --- a/History.md +++ /dev/null @@ -1,47 +0,0 @@ - -3.0.1 / 2017-05-13 -================== - - * [chore] Restrict files included in npm package (#57) - -3.0.0 / 2017-05-13 -================== - - * [feat] Make `of` return a new Emitter instance (#56) - * [feat] Make the module compatible with socket.io-redis 5.x (#55) - -2.0.0 / 2017-01-12 -================== - - * [chore] Add MIT License (#46) - * [docs] Add a note about error handling (#45) - * [chore] Bump dependencies and move to msgpack-lite (#44) - * [test] Add newer nodejs versions in Travis configuration (#43) - -1.1.0 / 2017-01-12 -================== - - * [docs] Updated README with more usage examples. (#33) - * [feature] Removed clientUri() (#41) - -1.0.0 / 2015-12-10 -================== - - * bump `has-binary` - -0.3.0 / 2015-12-09 -================== - - * make the module compatible with socket.io-redis `0.2.0` - -0.2.0 / 2014-06-07 -================== - - * package: bump dependencies - * added possibility to connect with unix domain socket - * added support for emitting to namespace. [Rase-] - -0.1.0 / 2014-03-12 -================== - - * initial commit diff --git a/package.json b/package.json index db61592..60f19a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io-emitter", - "version": "3.0.1", + "version": "3.1.0", "description": "", "license": "MIT", "repository": {