Skip to content

Commit

Permalink
release: v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Sep 19, 2024
1 parent a8fe6c7 commit 11fd930
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.13.1 / 2024-09-19
===================

## What's Changed
* docs: add search box by @cyjake in https://github.com/cyjake/leoric/pull/424
* feat: bone.jsonMerge() & bone.jsonMergePreserve() by @cyjake in https://github.com/cyjake/leoric/pull/425
* fix: reload attribute if instance updated with jsonMerge by @cyjake in https://github.com/cyjake/leoric/pull/426


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

2.13.0 / 2024-08-26
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leoric",
"version": "2.13.0",
"description": "JavaScript Object-relational mapping alchemy",
"version": "2.13.1",
"description": "yet another JavaScript object-relational mapping library",
"browser": "dist/browser.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 11fd930

Please sign in to comment.