5.1.8
This commit is contained in:
parent
c2d8d19c61
commit
bb89297919
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
# 5.1.8
|
||||
__fixed__
|
||||
- Throw errors when p2wsh or p2wpkh contain uncompressed pubkeys (#1573)
|
||||
|
||||
__added__
|
||||
- Add txInputs and txOutputs for Psbt (#1561)
|
||||
|
||||
__changed__
|
||||
- (Not exposed) Added BufferWriter to help ease maintenance of certain forks of this library (#1533)
|
||||
|
||||
# 5.1.7
|
||||
__fixed__
|
||||
- Fixed Transaction class Output interface typing for TypeScript (#1506)
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bitcoinjs-lib",
|
||||
"version": "5.1.7",
|
||||
"version": "5.1.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bitcoinjs-lib",
|
||||
"version": "5.1.7",
|
||||
"version": "5.1.8",
|
||||
"description": "Client-side Bitcoin JavaScript library",
|
||||
"main": "./src/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
|
|
Loading…
Add table
Reference in a new issue