diff --git a/History.md b/History.md index 99f51af5..648be1e8 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +2.13.0 / 2024-08-26 +=================== + +## What's Changed +* refactor: move json_merge_patch() handling to the spell prepartion phase by @coinkits in https://github.com/cyjake/leoric/pull/422 +* chore: should not reload by default by @coinkits in https://github.com/cyjake/leoric/pull/423 + +## New Contributors +* @coinkits made their first contribution in https://github.com/cyjake/leoric/pull/422 + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.12.3...v2.13.0 + 2.12.3 / 2024-04-13 =================== diff --git a/package.json b/package.json index 80e1bf52..354fce36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.12.3", + "version": "2.13.0", "description": "JavaScript Object-relational mapping alchemy", "browser": "dist/browser.js", "main": "lib/index.js",