Skip to content

Commit

Permalink
release/2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bishop authored and Simon Bishop committed Sep 5, 2016
1 parent bd26fdf commit a2fb6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@

- small changes to make mongo plugin backwards compatible

2.13.0 2016-09-01
-----------------
2.13.0-2.13.3 2016-10-05
------------------------

- caching service
- security profiles
Expand Down
2 changes: 0 additions & 2 deletions lib/client/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,7 @@
_this.initialized = true;
callback(null, _this);
});

});

}

_this.authenticate(function (e) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happn",
"description": "pub/sub api as a service using primus and mongo & redis or nedb, can work as cluster, single process or embedded using nedb, use in production at your own risk",
"version": "2.13.3-DEV",
"version": "2.13.3",
"main": "./lib/index",
"scripts": {
"test": "mocha --expose-gc silence.js test",
Expand Down

0 comments on commit a2fb6f9

Please sign in to comment.