From 3619a3134b468a77dae1c40382414b2a6c908019 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Fri, 16 Jul 2021 15:39:04 +0800 Subject: [PATCH] release: v1.6.4 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index fa873b5a..2e6e2248 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.6.4 / 2021-07-16 +================== + + * refactor: connect({ Bone }) still necessary (#139) + * fix: formatting select join with subqueries should not tamper the subquery itself (#138) + * fix: describe table with more compatible syntax (#137) + 1.6.3 / 2021-07-14 ================== diff --git a/package.json b/package.json index 4fe2dd6c..3c6b7c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.6.3", + "version": "1.6.4", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",