Skip to content

Commit d19e189

Browse files
committed
4.17.0
* 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)
1 parent a456700 commit d19e189

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2019-12-06, Version 4.17.0
2+
==========================
3+
4+
* Fix typo introduced by 19048cd7 (Miroslav Bajtoš)
5+
6+
* [BUGFIX] Fix issue with with array constructor (Jeremy Nagel)
7+
8+
* Fix Promise/Callback variants in datasource types (Miroslav Bajtoš)
9+
10+
* chore: update async to v3.x (Miroslav Bajtoš)
11+
12+
* chore: update strong-globalize to 5.x (Miroslav Bajtoš)
13+
14+
* chore: update eslint to 6.x (Miroslav Bajtoš)
15+
16+
* return failed promise on error (Dimitris Xalatsis)
17+
18+
119
2019-11-28, Version 4.16.0
220
==========================
321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "4.16.0",
3+
"version": "4.17.0",
44
"publishConfig": {
55
"export-tests": true
66
},

0 commit comments

Comments
 (0)