3.31.0
* fix: allow coercion of nested properties (biniam) * Add support for Node.js 12.x (Miroslav Bajtoš) * chore: remove kv-extreme-scale from downstream (#1722) (Diana Lau)
This commit is contained in:
parent
4f31db1b64
commit
72d1bf6cde
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2019-05-03, Version 3.31.0
|
||||
==========================
|
||||
|
||||
* fix: allow coercion of nested properties (biniam)
|
||||
|
||||
* Add support for Node.js 12.x (Miroslav Bajtoš)
|
||||
|
||||
* chore: remove kv-extreme-scale from downstream (#1722) (Diana Lau)
|
||||
|
||||
|
||||
2019-04-18, Version 3.30.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.30.0",
|
||||
"version": "3.31.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true,
|
||||
"tag": "lts"
|
||||
|
|
Loading…
Reference in New Issue