Skip to content

Commit 7f01abd

Browse files
committed
v10.4.3
1 parent 0f148f9 commit 7f01abd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 10.4.3
2+
* 04/12/2022
3+
* #211 Remove `toStringTag` declaration for type compatibility.
4+
15
#### 10.4.2
26
* 12/10/2022
37
* #209 Correct return type.

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.4.2
6+
* decimal.js v10.4.3
77
* An arbitrary-precision Decimal type for JavaScript.
88
* https://github.com/MikeMcl/decimal.js
99
* Copyright (c) 2022 Michael Mclaughlin <[email protected]>

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.4.2
2+
* decimal.js v10.4.3
33
* An arbitrary-precision Decimal type for JavaScript.
44
* https://github.com/MikeMcl/decimal.js
55
* Copyright (c) 2022 Michael Mclaughlin <[email protected]>

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.4.2",
4+
"version": "10.4.3",
55
"keywords": [
66
"arbitrary",
77
"precision",

0 commit comments

Comments
 (0)