Skip to content

Commit 3520985

Browse files
authored
Merge pull request #1585 from bitcoinjs/bumpnewver
Bump to version 5.1.10
2 parents 0a80584 + 91bb1e9 commit 3520985

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.1.10
2+
__fixed__
3+
- Fixed psbt.signInputAsync (and consequentially all Async signing methods) not handling rejection of keypair.sign properly (#1582)
4+
15
# 5.1.9
26
__fixed__
37
- Fixed errors for psbt.txOutputs getter (#1578)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)