2.54.1
* fix incorrect engines property in package.json (Ryan Graham) * Fix datasource to report connector-loading errors (Miroslav Bajtoš) * Add two basic tests for "inq" operator (Miroslav Bajtoš)
This commit is contained in:
parent
f7af629e96
commit
7d45463a22
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2017-03-13, Version 2.54.1
|
||||
==========================
|
||||
|
||||
* fix incorrect engines property in package.json (Ryan Graham)
|
||||
|
||||
* Fix datasource to report connector-loading errors (Miroslav Bajtoš)
|
||||
|
||||
* Add two basic tests for "inq" operator (Miroslav Bajtoš)
|
||||
|
||||
|
||||
2017-01-17, Version 2.54.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.54.0",
|
||||
"version": "2.54.1",
|
||||
"publishConfig": {
|
||||
"tag": "lts",
|
||||
"export-tests": true
|
||||
|
|
Loading…
Reference in New Issue