Skip to content

Commit

Permalink
release: v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Jul 22, 2021
1 parent 6e2f51b commit 0b8f125
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.6.6 / 2021-07-22
==================

* fix: subclassing data type in dialects (#145)
* fix: where('width / height >= 16 / 9') (#144)
* docs: logging and sequelzie adapter (zh) (#142)
* test: include test/unit/utils (#143)
* test: more tests cases about sequelize adapter (#141)

1.6.5 / 2021-07-16
==================

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.5",
"version": "1.6.6",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 0b8f125

Please sign in to comment.