Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Mar 10, 2022
1 parent 69e2a6a commit 831a491
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.3.0 / 2022-03-10
==================

## What's Changed
* feat: model declaration with decorators by @cyjake in https://github.com/cyjake/leoric/pull/287
* feat: add VIRTUAL data type by @JimmyDaddy in https://github.com/cyjake/leoric/pull/289
* fix: create instance dirty check rule fix by @JimmyDaddy in https://github.com/cyjake/leoric/pull/290

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.2.3...v2.3.0
2.2.3 / 2022-03-01
==================

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

0 comments on commit 831a491

Please sign in to comment.