From 6874ea4952346d1dfc80c53beaa2ec014fc024b7 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 2 Aug 2017 14:01:58 +0200 Subject: [PATCH] [chore] release 1.1.1 --- History.md | 54 ---------------------------------------------------- package.json | 6 +++--- 2 files changed, 3 insertions(+), 57 deletions(-) delete mode 100644 History.md diff --git a/History.md b/History.md deleted file mode 100644 index ad313a7..0000000 --- a/History.md +++ /dev/null @@ -1,54 +0,0 @@ - -1.1.0 / 2017-02-26 -=================== - - * [feat] Add addAll method (#49) - -1.0.0 / 2017-02-16 -=================== - - * [feat] Remove the socket.io-parser dependency (#47) - * [refactor] Remove useless self var (#45) - -The major bump is due to #45, which is only compatible with socket.io > 2.0. - -0.5.0 / 2016-11-20 -================== - - * [docs] Fix typo in Readme.md (#37) - * [chore] Bump socket.io-parser to version 2.3.1 (#43) - * [chore] Bump debug to version 2.3.3 (#42) - * [feature] Add clientRooms method (#41) - -0.4.0 / 2015-12-03 -================== - - * package: bump `debug` - * use a `Room` class to efficiently track room size - * allow `clients(fn)` - * call the callback on `delAll` - -0.3.1 / 2014-10-27 -================== - - * bump parser version - * fix room autopruning - * add autoprunning of empty rooms - * rooms are now created as objects - * added the repository field. - * updated the debug dependency. - -0.3.0 / 2014-05-30 -================== - - * bump `socket.io-parser` for binary ack fix - -0.2.0 / 2014-03-14 -================== - - * upgraded faster parser - -0.1.0 / 2014-03-07 -================== - - * initial commit diff --git a/package.json b/package.json index 64b4677..e5d2c97 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "socket.io-adapter", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/Automattic/socket.io-adapter.git" + "url": "git://github.com/socketio/socket.io-adapter.git" }, - "description": "" + "description": "default socket.io in-memory adapter" }