* feat: add applyDefaultOnWrites property (Hage Yaapa)
 * Fix polymorphic hasMany inverse relation (#1621) (Ayeni Olusegun)
This commit is contained in:
Diana Lau 2019-08-19 12:13:47 -04:00
parent 464610ef0a
commit fa7c38cad8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2019-08-19, Version 4.12.0
==========================
* feat: add applyDefaultOnWrites property (Hage Yaapa)
* Fix polymorphic hasMany inverse relation (#1621) (Ayeni Olusegun)
2019-08-09, Version 4.11.0
==========================

View File

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