Skip to content

Commit bb89297

Browse files
committed
5.1.8
1 parent c2d8d19 commit bb89297

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 5.1.8
2+
__fixed__
3+
- Throw errors when p2wsh or p2wpkh contain uncompressed pubkeys (#1573)
4+
5+
__added__
6+
- Add txInputs and txOutputs for Psbt (#1561)
7+
8+
__changed__
9+
- (Not exposed) Added BufferWriter to help ease maintenance of certain forks of this library (#1533)
10+
111
# 5.1.7
212
__fixed__
313
- Fixed Transaction class Output interface typing for TypeScript (#1506)

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

0 commit comments

Comments
 (0)