From 15958451a6099e353f94f51f6e6137ac08c35dca Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:49:46 +0800 Subject: [PATCH] release: v2.2.3 --- History.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 8da70bbd..50aa2327 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index 71979183..dd87db07 100644 --- a/package.json +++ b/package.json @@ -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", @@ -72,6 +72,6 @@ "pg": "^8.5.1", "sinon": "^10.0.0", "sqlite3": "^5.0.2", - "typescript": "^4.4.4" + "typescript": "^4.6.2" } }