* fix: allow coercion of nested properties (biniam)
This commit is contained in:
biniam 2019-05-03 19:15:10 -04:00
parent 0b871d1de1
commit 2aa4d20394
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2019-05-03, Version 4.7.0
=========================
* fix: allow coercion of nested properties (biniam)
2019-05-03, Version 4.6.4
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "4.6.4",
"version": "4.7.0",
"publishConfig": {
"export-tests": true
},