* fix unauthorized fk change (#1538) (Taranveer Virk)
 * Set model constructor name to model name (Miroslav Bajtoš)
This commit is contained in:
Kevin Delisle 2018-01-19 12:55:16 -05:00
parent cc60ef8202
commit 943fed851e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-01-19, Version 3.15.0
==========================
* fix unauthorized fk change (#1538) (Taranveer Virk)
* Set model constructor name to model name (Miroslav Bajtoš)
2017-12-14, Version 3.14.0
==========================

View File

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