Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed May 20, 2016
1 parent d7fddcd commit f391801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/databases/mongodb.js
Expand Up @@ -79,6 +79,7 @@ _.extend(Mongo.prototype, {
});

var finish = function (err) {
self.client = client;
self.isConnected = true;
if (!err) {
self.emit('connect');
Expand Down
2 changes: 1 addition & 1 deletion releasenotes.md
@@ -1,4 +1,4 @@
## [v1.5.15](https://github.com/adrai/node-viewmodel/compare/v1.5.14...v1.5.15)
## [v1.5.16](https://github.com/adrai/node-viewmodel/compare/v1.5.14...v1.5.16)
- Support mongo connection string

## [v1.5.14](https://github.com/adrai/node-viewmodel/compare/v1.5.13...v1.5.14)
Expand Down

0 comments on commit f391801

Please sign in to comment.