Skip to content

Commit

Permalink
release: v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Oct 12, 2021
1 parent 849401b commit 01497d3
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.12.0 / 2021-10-12
===================

* feat: support custom fields query and sequelize mode export rawAttributes (#192)
* refactor: collection format query result (#194)
* refactor: object condition parsing and expression formatting (#191)

1.11.1 / 2021-09-28
===================

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

0 comments on commit 01497d3

Please sign in to comment.