mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
v10.4.1
This commit is contained in:
parent
d2e36c6524
commit
3dcadc7351
@ -1,3 +1,7 @@
|
|||||||
|
#### 10.4.1
|
||||||
|
* 16/09/2022
|
||||||
|
* #205 Add './decimal' subpath to *package.json* `exports`.
|
||||||
|
|
||||||
#### 10.4.0
|
#### 10.4.0
|
||||||
* 14/08/2022
|
* 14/08/2022
|
||||||
* #201 Add `exports` field to *package.json*.
|
* #201 Add `exports` field to *package.json*.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* decimal.js v10.4.0
|
* decimal.js v10.4.1
|
||||||
* An arbitrary-precision Decimal type for JavaScript.
|
* An arbitrary-precision Decimal type for JavaScript.
|
||||||
* https://github.com/MikeMcl/decimal.js
|
* https://github.com/MikeMcl/decimal.js
|
||||||
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* decimal.js v10.4.0
|
* decimal.js v10.4.1
|
||||||
* An arbitrary-precision Decimal type for JavaScript.
|
* An arbitrary-precision Decimal type for JavaScript.
|
||||||
* https://github.com/MikeMcl/decimal.js
|
* https://github.com/MikeMcl/decimal.js
|
||||||
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "decimal.js",
|
"name": "decimal.js",
|
||||||
"description": "An arbitrary-precision Decimal type for JavaScript.",
|
"description": "An arbitrary-precision Decimal type for JavaScript.",
|
||||||
"version": "10.4.0",
|
"version": "10.4.1",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"precision",
|
"precision",
|
||||||
|
Loading…
Reference in New Issue
Block a user