3.30.0
* 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:
parent
730918f23d
commit
b7ea7458e3
10
CHANGES.md
10
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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.29.2",
|
||||
"version": "3.30.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true,
|
||||
"tag": "lts"
|
||||
|
|
Loading…
Reference in New Issue