diff --git a/History.md b/History.md index eee1677d..111a418e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +1.13.5 / 2021-10-26 +=================== + +## What's Changed +* docs: enhance aggregation query types & fix raw query result type by @cyjake in https://github.com/cyjake/leoric/pull/208 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.13.4...v1.13.5 + 1.13.4 / 2021-10-25 =================== diff --git a/package.json b/package.json index 2a7f7f29..10cb8407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.13.4", + "version": "1.13.5", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",