Skip to content

Commit

Permalink
5.2.4
Browse files Browse the repository at this point in the history
 * fix: sanitize extra dollar signs for operators (Agnes Lin)
 * fix: fix (Agnes Lin)
 * fix: allow arrays to be stored in type ObjecId (Agnes Lin)
 * fix: fix sections order (Agnes Lin)
 * chore: add bluemix security to the ci ignore list (Agnes Lin)
 * docs: update Mongo connector readme with lb4 style (Agnes Lin)
 * Update README.md (VusalIs)
 * fix: throws when the custom id field name is set (Agnes Lin)
 * Update strong-globalize to ^6.0 (Miroslav Bajtoš)
 * Add Node.js 13.x to Travis matrix (Miroslav Bajtoš)
 * Drop support for Node 8.x (Miroslav Bajtoš)
 * chore: update strong-globalize version (Diana Lau)
  • Loading branch information
dhmlau committed Jul 10, 2020
1 parent 319d5f0 commit b4ca728
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2020-07-10, Version 5.2.4
=========================

* fix: sanitize extra dollar signs for operators (Agnes Lin)

* fix: fix (Agnes Lin)

* fix: allow arrays to be stored in type ObjecId (Agnes Lin)

* fix: fix sections order (Agnes Lin)

* chore: add bluemix security to the ci ignore list (Agnes Lin)

* docs: update Mongo connector readme with lb4 style (Agnes Lin)

* Update README.md (VusalIs)

* fix: throws when the custom id field name is set (Agnes Lin)

* Update strong-globalize to ^6.0 (Miroslav Bajtoš)

* Add Node.js 13.x to Travis matrix (Miroslav Bajtoš)

* Drop support for Node 8.x (Miroslav Bajtoš)

* chore: update strong-globalize version (Diana Lau)


2020-03-19, Version 5.2.3
=========================

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": "5.2.3",
"version": "5.2.4",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit b4ca728

Please sign in to comment.