3.4.1
* Use dataSource.connect to avoid duplicate connects (Raymond Feng) * remove equality value for user defined id (#1293) (Matteo Padovano)
This commit is contained in:
parent
322fa48267
commit
2e6fbadd9e
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.1",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue