1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00
This commit is contained in:
Michael Mclaughlin 2022-10-12 21:18:09 +01:00
parent 063e5fb7e9
commit 25c4a107aa
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
#### 10.4.2
* 12/10/2022
* #209 Correct return type.
#### 10.4.1 #### 10.4.1
* 16/09/2022 * 16/09/2022
* #205 Add './decimal' subpath to *package.json* `exports`. * #205 Add './decimal' subpath to *package.json* `exports`.

View File

@ -3,7 +3,7 @@
/*! /*!
* decimal.js v10.4.1 * decimal.js v10.4.2
* 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>

View File

@ -1,5 +1,5 @@
/*! /*!
* decimal.js v10.4.1 * decimal.js v10.4.2
* 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>

View File

@ -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.1", "version": "10.4.2",
"keywords": [ "keywords": [
"arbitrary", "arbitrary",
"precision", "precision",