From aca30b224b48e3fb8e8d77b20717bdb24dfb2d6f Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:30:52 +0800 Subject: [PATCH] release: v2.13.0 --- History.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",