* 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)
This commit is contained in:
Miroslav Bajtoš 2019-12-06 14:00:50 +01:00
parent a456700ea2
commit d19e189fd7
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 19 additions and 1 deletions

View File

@ -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
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "4.16.0",
"version": "4.17.0",
"publishConfig": {
"export-tests": true
},