diff --git a/History.md b/History.md index 21799827..5b766caf 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.11.4 / 2023-10-31 +=================== + +## What's Changed +* fix: fix scope type definitions by @JimmyDaddy in https://github.com/cyjake/leoric/pull/402 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.11.3...v2.11.4 + 2.11.3 / 2023-10-31 =================== diff --git a/package.json b/package.json index 499ebb95..4436b318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.11.3", + "version": "2.11.4", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "browser": "dist/browser.js",