diff --git a/History.md b/History.md index 50aa2327..dfd06362 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index bff7c03c..5a4da298 100644 --- a/package.json +++ b/package.json @@ -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",