* fix: allow `new DataSource(connector, settings)` (Raymond Feng)
This commit is contained in:
Raymond Feng 2018-02-13 09:43:24 -08:00
parent 5dc6a1cd13
commit c2920c9f9b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-02-13, Version 3.15.4
==========================
* fix: allow `new DataSource(connector, settings)` (Raymond Feng)
2018-02-09, Version 3.15.3
==========================

View File

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