diff --git a/History.md b/History.md index e36d62e..2949b8e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +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 ================== diff --git a/package.json b/package.json index 86fce43..03b2574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io-emitter", - "version": "1.1.0", + "version": "2.0.0", "description": "", "license": "MIT", "repository": {