1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-10-27 20:34:12 +00:00
This commit is contained in:
Michael Mclaughlin 2022-12-04 13:02:11 +00:00
parent 0f148f9787
commit 7f01abd83d
4 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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",