Skip to content

Commit 2603bfd

Browse files
committed
v9.1.1
1 parent 909f94a commit 2603bfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bignumber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
/*
5-
* bignumber.js v9.1.0
5+
* bignumber.js v9.1.1
66
* A JavaScript library for arbitrary-precision arithmetic.
77
* https://github.com/MikeMcl/bignumber.js
88
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>

bignumber.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bignumber.js v9.1.0
2+
* bignumber.js v9.1.1
33
* A JavaScript library for arbitrary-precision arithmetic.
44
* https://github.com/MikeMcl/bignumber.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": "bignumber.js",
33
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"keywords": [
66
"arbitrary",
77
"precision",

0 commit comments

Comments
 (0)