Skip to content

Commit

Permalink
release: v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Nov 21, 2023
1 parent 4c76447 commit 050ce00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 050ce00

Please sign in to comment.