From b4ca728c470301e536c15c4a8bde5256e98ede38 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Fri, 10 Jul 2020 16:22:22 -0400 Subject: [PATCH] 5.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) --- CHANGES.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d53146baa..4300da917 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ========================= diff --git a/package.json b/package.json index 548653810..9e020649b 100644 --- a/package.json +++ b/package.json @@ -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"