* feat: applyDefaultOnWrites in nested properties (Hage Yaapa)
 * chore: disable security issue reporting (Nora)
This commit is contained in:
Hage Yaapa 2019-11-28 14:13:49 +05:30
parent 89a964e919
commit 89503bb233
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2019-11-28, Version 4.16.0
==========================
* feat: applyDefaultOnWrites in nested properties (Hage Yaapa)
* chore: disable security issue reporting (Nora)
2019-11-18, Version 4.15.0
==========================

View File

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