diff --git a/History.md b/History.md index 4b53e4c9..b464880b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +2.12.0 / 2023-11-21 +=================== + +## What's Changed +* chore: export main entry point only by @cyjake in https://github.com/cyjake/leoric/pull/404 +* docs: more examples about typescript support by @cyjake in https://github.com/cyjake/leoric/pull/405 +* chore: improve test coverage after migrating ts project by @cyjake in https://github.com/cyjake/leoric/pull/406 +* feat: ignore json parse error if jsonType.ignoreError is positive by @cyjake in https://github.com/cyjake/leoric/pull/409 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.11.5...v2.11.6 + 2.11.5 / 2023-11-05 =================== diff --git a/package.json b/package.json index 6972ec7f..5c5da072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.11.5", + "version": "2.12.0", "description": "JavaScript Object-relational mapping alchemy", "browser": "dist/browser.js", "main": "lib/index.js",