* feat(datasource): seperate name and connector  name (Nguyen Truong Minh)
 * Fix datasource not correctly retaining name value (Kevin Scroggins)
This commit is contained in:
Raymond Feng 2018-02-07 17:14:05 -08:00
parent bbff92c13f
commit 54143dfa37
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-02-08, Version 3.15.2
==========================
* feat(datasource): seperate name and connector name (Nguyen Truong Minh)
* Fix datasource not correctly retaining name value (Kevin Scroggins)
2018-02-06, Version 3.15.1
==========================

View File

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