Skip to content

Commit

Permalink
release: v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Jul 16, 2021
1 parent 31cb3de commit 3619a31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3619a31

Please sign in to comment.