Skip to content

Commit 5d5532d

Browse files
authored
5.2.0
1 parent 21584fc commit 5d5532d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.2.0 / 2021-02-23
2+
------------------
3+
4+
- fix: Buffer not using global in browser (#260)
5+
- Fix LE constructor for HEX (#265)
6+
17
5.1.3 / 2020-08-14
28
------------------
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bn.js",
3-
"version": "5.1.3",
3+
"version": "5.2.0",
44
"description": "Big number implementation in pure javascript",
55
"keywords": [
66
"BN",

0 commit comments

Comments
 (0)