Skip to content

Commit 1a6e845

Browse files
committed
v10.6.0
1 parent 01e78ca commit 1a6e845

File tree

5 files changed

+7
-28
lines changed

5 files changed

+7
-28
lines changed

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 10.6.0
2+
* 06/07/2025
3+
* Add `BigInt` support to TypeScript definitions
4+
15
#### 10.5.0
26
* 23/01/2025
37
* #216 TypeScript: instantiation without `new` keyword

decimal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
/*!
6-
* decimal.js v10.5.0
6+
* decimal.js v10.6.0
77
* An arbitrary-precision Decimal type for JavaScript.
88
* https://github.com/MikeMcl/decimal.js
99
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>

decimal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* decimal.js v10.5.0
2+
* decimal.js v10.6.0
33
* An arbitrary-precision Decimal type for JavaScript.
44
* https://github.com/MikeMcl/decimal.js
55
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decimal.js",
33
"description": "An arbitrary-precision Decimal type for JavaScript.",
4-
"version": "10.5.0",
4+
"version": "10.6.0",
55
"keywords": [
66
"arbitrary",
77
"precision",

0 commit comments

Comments
 (0)