Skip to content

Commit

Permalink
release: v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Mar 1, 2022
1 parent 4341ec4 commit 1595845
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.2.3 / 2022-03-01
==================

## What's Changed
* fix: normalize attribute defaultValue by @cyjake in https://github.com/cyjake/leoric/pull/285
* fix: instance beforeUpdate hooks should not modify any Raw if there are no Raw assignment in them by @JimmyDaddy in https://github.com/cyjake/leoric/pull/283

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.2.2...v2.2.3

2.2.2 / 2022-02-28
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoric",
"version": "2.2.2",
"version": "2.2.3",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -72,6 +72,6 @@
"pg": "^8.5.1",
"sinon": "^10.0.0",
"sqlite3": "^5.0.2",
"typescript": "^4.4.4"
"typescript": "^4.6.2"
}
}

0 comments on commit 1595845

Please sign in to comment.