Skip to content

Commit

Permalink
v10.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcl committed Dec 4, 2022
1 parent 0f148f9 commit 7f01abd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 10.4.3
* 04/12/2022
* #211 Remove `toStringTag` declaration for type compatibility.

#### 10.4.2
* 12/10/2022
* #209 Correct return type.
Expand Down
2 changes: 1 addition & 1 deletion decimal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


/*!
* decimal.js v10.4.2
* decimal.js v10.4.3
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion decimal.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* decimal.js v10.4.2
* decimal.js v10.4.3
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decimal.js",
"description": "An arbitrary-precision Decimal type for JavaScript.",
"version": "10.4.2",
"version": "10.4.3",
"keywords": [
"arbitrary",
"precision",
Expand Down

0 comments on commit 7f01abd

Please sign in to comment.