Skip to content

Commit

Permalink
release: v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Sep 14, 2021
1 parent f2ca723 commit e96b81f
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.10.0 / 2021-09-14
==================

* feat: SQLite driver should emit "connection" event when new connection is created (#168)
* fix: bulkCreate(...records) should recognize custom setters (#168)
* fix: attribute.equals() check should ignore defaultValue (#172)

1.9.0 / 2021-09-04
==================

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

0 comments on commit e96b81f

Please sign in to comment.