diff --git a/History.md b/History.md index b96a045b..21799827 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.11.3 / 2023-10-31 +=================== + +## What's Changed +* chore: export { WhereConditions } by @cyjake in https://github.com/cyjake/leoric/pull/400 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.11.2...v2.11.3 + 2.11.2 / 2023-08-31 =================== diff --git a/package.json b/package.json index 48e0e8ff..499ebb95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.11.2", + "version": "2.11.3", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "browser": "dist/browser.js",