diff --git a/CHANGES.md b/CHANGES.md index 8a363528..b0d4a59a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ========================== diff --git a/package.json b/package.json index 5f17bb62..abf5e228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.29.2", + "version": "3.30.0", "publishConfig": { "export-tests": true, "tag": "lts"