* Use dataSource.connect to avoid duplicate connects (Raymond Feng)
 * remove equality value for user defined id (#1293) (Matteo Padovano)
This commit is contained in:
Raymond Feng 2017-04-04 10:29:57 -07:00
parent 322fa48267
commit 2e6fbadd9e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2017-04-04, Version 3.4.1
=========================
* Use dataSource.connect to avoid duplicate connects (Raymond Feng)
* remove equality value for user defined id (#1293) (Matteo Padovano)
2017-04-04, Version 3.4.0
=========================

View File

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