From 0a1f51bd8ca2500f11a6832fddd8df2bb68ccc83 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:11:42 +0800 Subject: [PATCH] release: v2.11.5 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 5b766caf..4b53e4c9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.11.5 / 2023-11-05 +=================== + +## What's Changed +* refactor: turn on compilerOptions.strict by @cyjake in https://github.com/cyjake/leoric/pull/403 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.11.4...v2.11.5 + 2.11.4 / 2023-10-31 =================== diff --git a/package.json b/package.json index 56f49798..3e2ebf03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.11.4", + "version": "2.11.5", "description": "JavaScript Object-relational mapping alchemy", "browser": "dist/browser.js", "main": "lib/index.js",