Skip to content

Commit e82dd1d

Browse files
committed
v6.0.1
1 parent 9a33edc commit e82dd1d

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 6.0.1
2+
3+
* 30/09/20
4+
* Correct `sqrt` initial estimate.
5+
16
#### 6.0.0
27

38
* 25/09/20

big.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* big.js v6.0.0
2+
* big.js v6.0.1
33
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
44
* Copyright (c) 2020 Michael Mclaughlin
55
* https://github.com/MikeMcl/big.js/LICENCE.md

big.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* big.js v6.0.0
2+
* big.js v6.0.1
33
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
44
* Copyright (c) 2020 Michael Mclaughlin
55
* https://github.com/MikeMcl/big.js/LICENCE.md

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<a class='nav-title' href="#">API</a>
5959
<select id="version" name="version" onchange="location.href=this.value;this.selectedIndex=0">
60-
<option value="" selected>v6.0.0</option>
60+
<option value="" selected>v6.0.1</option>
6161
<option value="legacy/v5.2.x.html">v5.2.x</option>
6262
<option value="legacy/v5.1.x.html">v5.1.x</option>
6363
<option value="legacy/v5.0.x.html">v5.0.x</option>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "big.js",
33
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"keywords": [
66
"arbitrary",
77
"precision",

0 commit comments

Comments
 (0)