We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21584fc commit 5d5532dCopy full SHA for 5d5532d
CHANGELOG.md
@@ -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
7
5.1.3 / 2020-08-14
8
------------------
9
package.json
@@ -1,6 +1,6 @@
{
"name": "bn.js",
- "version": "5.1.3",
+ "version": "5.2.0",
"description": "Big number implementation in pure javascript",
"keywords": [
"BN",
0 commit comments