Skip to content

Commit

Permalink
4.6.3
Browse files Browse the repository at this point in the history
 * Add support for Node.js 12.x (Miroslav Bajtoš)
 * fix: coerce primitive properties on update (biniam)
 * fix: coerce date array properties (biniam)
 * fix: normalize include with boolean or number (spurreiter)
  • Loading branch information
bajtos committed Apr 30, 2019
1 parent 6793be2 commit 8831242
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2019-04-30, Version 4.6.3
=========================

* Add support for Node.js 12.x (Miroslav Bajtoš)

* fix: coerce primitive properties on update (biniam)

* fix: coerce date array properties (biniam)

* fix: normalize include with boolean or number (spurreiter)


2019-04-10, Version 4.6.2
=========================

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.6.2",
"version": "4.6.3",
"publishConfig": {
"export-tests": true
},
Expand Down

0 comments on commit 8831242

Please sign in to comment.