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)
This commit is contained in:
parent
6793be20ca
commit
88312422d8
12
CHANGES.md
12
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.6.2",
|
||||
"version": "4.6.3",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue