* feat: Support "type" key in sub-properties (Hage Yaapa)
 * fix: use correct callback for geo find queries (biniam)
 * fix: update typescript declarations (biniam)
This commit is contained in:
Diana Lau 2019-02-26 14:27:50 -05:00
parent 75a8c6a309
commit ce7194ff6a
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
2019-02-19, Version 4.5.4
2019-02-26, Version 4.6.0
=========================
* feat: Support "type" key in sub-properties (Hage Yaapa)
* fix: use correct callback for geo find queries (biniam)
* fix: update typescript declarations (biniam)

View File

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