* fix: coerce primitive properties on update (biniam)
 * fix: coerce date array properties (biniam)
 * fix: add index for couchdb tests (#1720) (Janny)
This commit is contained in:
biniam 2019-04-18 10:54:22 -04:00
parent 730918f23d
commit b7ea7458e3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2019-04-18, Version 3.30.0
==========================
* fix: coerce primitive properties on update (biniam)
* fix: coerce date array properties (biniam)
* fix: add index for couchdb tests (#1720) (Janny)
2019-04-15, Version 3.29.2 2019-04-15, Version 3.29.2
========================== ==========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "3.29.2", "version": "3.30.0",
"publishConfig": { "publishConfig": {
"export-tests": true, "export-tests": true,
"tag": "lts" "tag": "lts"