2.55.2
* Fix #1434 2.55.1 Throws when using where query against "JSON Object or ANY" Type (#1444) (Shing) * castPropertyValue: throw on malformed types (Kevin Delisle)
This commit is contained in:
parent
88771f10fc
commit
83d9b865d5
|
@ -1,3 +1,11 @@
|
|||
2017-07-28, Version 2.55.2
|
||||
==========================
|
||||
|
||||
* Fix #1434 2.55.1 Throws when using where query against "JSON Object or ANY" Type (#1444) (Shing)
|
||||
|
||||
* castPropertyValue: throw on malformed types (Kevin Delisle)
|
||||
|
||||
|
||||
2017-07-21, Version 2.55.1
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.55.1",
|
||||
"version": "2.55.2",
|
||||
"publishConfig": {
|
||||
"tag": "lts",
|
||||
"export-tests": true
|
||||
|
|
Loading…
Reference in New Issue