Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
yay!
  • Loading branch information
cyjake committed Jun 24, 2021
1 parent b99bb25 commit 55ad05b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.0 / 2020-06-??
1.4.0 / 2020-06-24
==================

* feat: `realm.raw('SELECT ...')` and `Model.raw('SELECT ...')` (#94)
Expand All @@ -10,6 +10,8 @@
* fix: make sure connection is passed around in all queries carried out within transaction (#105)
* fix: update, sequelize mode get API, destroy compitable (#104)
* fix: `setDataValue` in sequelize adapter should not check prop name strictly
* refactor: spell_insert (#118)
* docs: about egg-orm & migrations (#119)
* docs: revise instructions for installing Jekyll (#111)
* docs: migrations, validations, hooks, and sequelize adapter (#103)
* docs: contributing guides
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.4",
"version": "1.4.0",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 55ad05b

Please sign in to comment.