Skip to content

Commit

Permalink
release: v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Sep 28, 2021
1 parent d019cf7 commit bcd9142
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.11.1 / 2021-09-28
===================

This version fixes lots of issues regarding logical operator in object conditions.

* fix: logical operator with multiple conditions such as (#190)
* fix: sequelize mode support HAVING, and select fields raw sql support (#187)
* fix: support len validator (#188)
* fix: normalize logical operator conditions before formatting with spellbook (#186)

1.11.0 / 2021-09-24
===================

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

0 comments on commit bcd9142

Please sign in to comment.