Skip to content

Commit 770bff0

Browse files
authored
Merge pull request bitcoinjs#1530 from bitcoinjs/bumpver
Bump version to 5.1.7
2 parents f67aab3 + a8194e5 commit 770bff0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 5.1.7
2+
__fixed__
3+
- Fixed Transaction class Output interface typing for TypeScript (#1506)
4+
- Add `weight()` to Block class, add optional includeWitness arg to Transaction byteLength method (#1515)
5+
- Match the old TransactionBuilder behavior of allowing for multiple instances of the same pubkey to be in a p2ms script for PSBT (#1519)
6+
7+
__added__
8+
- Allow the API consumer to pass in the finalizer functions to allow for any type of transaction to be finalized. It places the most crucial part of transaction construction on the consumer, and should be used with caution. (#1491)
9+
110
# 5.1.6
211
__fixed__
312
- `PsbtOutputExtended` did not support using the address attribute properly. It is now fixed.

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": "5.1.6",
3+
"version": "5.1.7",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)