Skip to content

Commit

Permalink
release: v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 26, 2024
1 parent cf07fac commit aca30b2
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.13.0 / 2024-08-26
===================

## What's Changed
* refactor: move json_merge_patch() handling to the spell prepartion phase by @coinkits in https://github.com/cyjake/leoric/pull/422
* chore: should not reload by default by @coinkits in https://github.com/cyjake/leoric/pull/423

## New Contributors
* @coinkits made their first contribution in https://github.com/cyjake/leoric/pull/422

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.12.3...v2.13.0

2.12.3 / 2024-04-13
===================

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.12.3",
"version": "2.13.0",
"description": "JavaScript Object-relational mapping alchemy",
"browser": "dist/browser.js",
"main": "lib/index.js",
Expand Down

0 comments on commit aca30b2

Please sign in to comment.