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",