We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586ad40 commit d14ae63Copy full SHA for d14ae63
History.md
@@ -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
10
2.13.6 / 2025-09-11
11
===================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "leoric",
- "version": "2.13.6",
+ "version": "2.13.7",
"description": "yet another JavaScript object-relational mapping library",
"browser": "dist/browser.js",
"main": "lib/index.js",
0 commit comments