Skip to content

Commit d14ae63

Browse files
committed
release: v2.13.7
1 parent 586ad40 commit d14ae63

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.13.7 / 2025-09-12
2+
===================
3+
4+
## What's Changed
5+
* fix: should not lose precision when uncasting string to number by @cyjake in https://github.com/cyjake/leoric/pull/438
6+
7+
8+
**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.13.6...v2.13.7
9+
110
2.13.6 / 2025-09-11
211
===================
312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leoric",
3-
"version": "2.13.6",
3+
"version": "2.13.7",
44
"description": "yet another JavaScript object-relational mapping library",
55
"browser": "dist/browser.js",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)