diff --git a/CHANGELOG.md b/CHANGELOG.md index f19cc62..2e9eae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 5.1.10 +__fixed__ +- Fixed psbt.signInputAsync (and consequentially all Async signing methods) not handling rejection of keypair.sign properly (#1582) + # 5.1.9 __fixed__ - Fixed errors for psbt.txOutputs getter (#1578) diff --git a/package-lock.json b/package-lock.json index 3f0beda..9edaa53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bitcoinjs-lib", - "version": "5.1.9", + "version": "5.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4e0458..5b765c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoinjs-lib", - "version": "5.1.9", + "version": "5.1.10", "description": "Client-side Bitcoin JavaScript library", "main": "./src/index.js", "types": "./types/index.d.ts",