Skip to content

Commit

Permalink
4.17.0
Browse files Browse the repository at this point in the history
 * Fix typo introduced by 19048cd (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)
  • Loading branch information
bajtos committed Dec 6, 2019
1 parent a456700 commit d19e189
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
==========================

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-datasource-juggler",
"version": "4.16.0",
"version": "4.17.0",
"publishConfig": {
"export-tests": true
},
Expand Down

0 comments on commit d19e189

Please sign in to comment.