Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
 * upgrade to mongodb driver 3.x (Raymond Feng)
 * Alias find as findById (jannyHou)
  • Loading branch information
raymondfeng committed Jan 19, 2018
1 parent c5d8549 commit b977cb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2018-01-19, Version 3.4.0
=========================

* upgrade to mongodb driver 3.x (Raymond Feng)

* Alias find as findById (jannyHou)


2017-12-04, Version 3.3.1
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-mongodb",
"version": "3.3.1",
"version": "3.4.0",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit b977cb4

Please sign in to comment.