Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
 * Remove db.unref as it's not implemented (Raymond Feng)
 * fixed linting errors (Louis Beullens)
 * implicitNullType + tests (Louis Beullens)
  • Loading branch information
raymondfeng committed Oct 25, 2019
1 parent ccef3b8 commit b3b5e6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
@@ -1,3 +1,13 @@
2019-10-25, Version 5.2.0
=========================

* Remove db.unref as it's not implemented (Raymond Feng)

* fixed linting errors (Louis Beullens)

* implicitNullType + tests (Louis Beullens)


2019-10-24, Version 5.1.0
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-mongodb",
"version": "5.1.0",
"version": "5.2.0",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit b3b5e6a

Please sign in to comment.