Skip to content

Commit 2631625

Browse files
committed
6.0.2
1 parent a189ee0 commit 2631625

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 6.0.2
2+
__fixed__
3+
- p2sh payment now uses empty Buffer for redeem.output when redeemScript is OP_FALSE (#1802)
4+
- Fix ripemd160 hashing fallback issue (#1812)
5+
6+
# 6.0.1
7+
- No changes to public API
8+
19
# 6.0.0
210
__removed__
311
- bip32: Removed the re-export. Please add as dependency to your app instead.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoinjs-lib",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)