From 94998e4d6832a6841d9664fb5f11b437ec19114c Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:32:47 +0800 Subject: [PATCH] release: v1.13.5 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",