Skip to content

Commit

Permalink
release: v1.4.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Jun 16, 2021
1 parent 356d671 commit 8641c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* feat: support multiple order rules in one single string or one-dimensional array (#92)
* feat: `Model.truncate()` now uses TRUNCATE if possible
* feat: `Model.find().optimizerHints('SET_VAR(foreign_key_checks=OFF)')`
* fix: Bone.bulkCreate() should not throw when called with non attribute (#117)
* fix: batch upsert (#108)
* fix: make sure connection is passed around in all queries carried out within transaction (#105)
* fix: update, sequelize mode get API, destroy compitable (#104)
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.4.0-alpha.3",
"version": "1.4.0-alpha.4",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8641c06

Please sign in to comment.