* Update copyright year and CODEOWNERS (#1818) (Diana Lau)
 * add warning strict cannot be false with SQL dbs (Agnes Lin)
 * feat: add persistDefaultValues (#1813) (Hage Yaapa)
This commit is contained in:
Diana Lau 2020-01-21 13:14:25 -05:00
parent 251ced811b
commit 3a08b9d9ae
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2020-01-21, Version 4.18.0
==========================
* Update copyright year and CODEOWNERS (#1818) (Diana Lau)
* add warning strict cannot be false with SQL dbs (Agnes Lin)
* feat: add persistDefaultValues (#1813) (Hage Yaapa)
2019-12-06, Version 4.17.0
==========================

View File

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