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)
This commit is contained in:
parent
75a8c6a309
commit
ce7194ff6a
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.5.4",
|
||||
"version": "4.6.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue