From d19e189fd75d1270a67b82267682ebe96bdd8a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 6 Dec 2019 14:00:50 +0100 Subject: [PATCH] 4.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix typo introduced by 19048cd7 (Miroslav Bajtoš) * [BUGFIX] Fix issue with with array constructor (Jeremy Nagel) * Fix Promise/Callback variants in datasource types (Miroslav Bajtoš) * chore: update async to v3.x (Miroslav Bajtoš) * chore: update strong-globalize to 5.x (Miroslav Bajtoš) * chore: update eslint to 6.x (Miroslav Bajtoš) * return failed promise on error (Dimitris Xalatsis) --- CHANGES.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ac2fd2f92..ee18c97d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +2019-12-06, Version 4.17.0 +========================== + + * Fix typo introduced by 19048cd7 (Miroslav Bajtoš) + + * [BUGFIX] Fix issue with with array constructor (Jeremy Nagel) + + * Fix Promise/Callback variants in datasource types (Miroslav Bajtoš) + + * chore: update async to v3.x (Miroslav Bajtoš) + + * chore: update strong-globalize to 5.x (Miroslav Bajtoš) + + * chore: update eslint to 6.x (Miroslav Bajtoš) + + * return failed promise on error (Dimitris Xalatsis) + + 2019-11-28, Version 4.16.0 ========================== diff --git a/package.json b/package.json index 9a3abea56..517c3a002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.16.0", + "version": "4.17.0", "publishConfig": { "export-tests": true },