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)
This commit is contained in:
parent
a456700ea2
commit
d19e189fd7
18
CHANGES.md
18
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
|
2019-11-28, Version 4.16.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "4.16.0",
|
"version": "4.17.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true
|
"export-tests": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue