diff --git a/History.md b/History.md index 3e6e1c92..6bf75e0e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +2.1.1 / 2022-02-23 +================== + +## What's Changed +* fix: fix #274 update with fields option by @JimmyDaddy in https://github.com/cyjake/leoric/pull/275 +* fix: upsert should set createdAt by default while createdAt not set by @JimmyDaddy in https://github.com/cyjake/leoric/pull/277 +* fix: previousChanges should check instance is new record or not while specific attributes' values were undefined by @JimmyDaddy in https://github.com/cyjake/leoric/pull/276 +* docs: add types for realm by @luckydrq in https://github.com/cyjake/leoric/pull/278 + +## New Contributors +* @luckydrq made their first contribution in https://github.com/cyjake/leoric/pull/278 + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.1.0...v2.1.1 + 2.1.0 / 2022-02-17 ================== diff --git a/package.json b/package.json index 5d673b1f..0e7be306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.1.0", + "version": "2.1.1", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",