Skip to content

Commit 3dcadc7

Browse files
committed
v10.4.1
1 parent d2e36c6 commit 3dcadc7

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.1
2+
* 16/09/2022
3+
* #205 Add './decimal' subpath to *package.json* `exports`.
4+
15
#### 10.4.0
26
* 14/08/2022
37
* #201 Add `exports` field to *package.json*.

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.0
6+
* decimal.js v10.4.1
77
* An arbitrary-precision Decimal type for JavaScript.
88
* https://github.com/MikeMcl/decimal.js
99
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>

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.0
2+
* decimal.js v10.4.1
33
* An arbitrary-precision Decimal type for JavaScript.
44
* https://github.com/MikeMcl/decimal.js
55
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>

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

0 commit comments

Comments
 (0)