Merge pull request #1585 from bitcoinjs/bumpnewver

Bump to version 5.1.10
This commit is contained in:
Jonathan Underwood 2020-06-01 16:11:59 +09:00 committed by GitHub
commit 3520985e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -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)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "bitcoinjs-lib",
"version": "5.1.9",
"version": "5.1.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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",