Skip to content

Commit 7d45463

Browse files
committed
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š)
1 parent f7af629 commit 7d45463

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2017-03-13, Version 2.54.1
2+
==========================
3+
4+
* fix incorrect engines property in package.json (Ryan Graham)
5+
6+
* Fix datasource to report connector-loading errors (Miroslav Bajtoš)
7+
8+
* Add two basic tests for "inq" operator (Miroslav Bajtoš)
9+
10+
111
2017-01-17, Version 2.54.0
212
==========================
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "2.54.0",
3+
"version": "2.54.1",
44
"publishConfig": {
55
"tag": "lts",
66
"export-tests": true

0 commit comments

Comments
 (0)