diff --git a/CHANGES.md b/CHANGES.md index 9d778866..2d401207 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2019-02-19, Version 4.5.4 +========================= + + * fix: use correct callback for geo find queries (biniam) + + * fix: update typescript declarations (biniam) + + 2019-01-29, Version 4.5.3 ========================= diff --git a/package.json b/package.json index 37387f49..5429ab9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.5.3", + "version": "4.5.4", "publishConfig": { "export-tests": true },