* fix: add more tests to verify new DataSource() (Raymond Feng)
This commit is contained in:
Raymond Feng 2018-02-09 15:01:32 -08:00
parent 8dd86c31a5
commit 310b9489d3
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
2018-02-08, Version 3.15.2 2018-02-09, Version 3.15.3
==========================
* fix: add more tests to verify new DataSource() (Raymond Feng)
2018-02-07, Version 3.15.2
========================== ==========================
* feat(datasource): seperate name and connector name (Nguyen Truong Minh) * feat(datasource): seperate name and connector name (Nguyen Truong Minh)

View File

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