From 47c56e6e3032188f476b866587ecbd7801c889ce Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:24:36 +0800 Subject: [PATCH] release: v2.12.2 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c0c2705b..878fea0c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.12.2 / 2023-12-11 +=================== + +## What's Changed +* chore: export { hookNames } by @cyjake in https://github.com/cyjake/leoric/pull/416 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.12.1...v2.12.2 + 2.12.1 / 2023-12-07 =================== diff --git a/package.json b/package.json index 85fc3e22..772c2084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.12.1", + "version": "2.12.2", "description": "JavaScript Object-relational mapping alchemy", "browser": "dist/browser.js", "main": "lib/index.js",