Skip to content

Commit

Permalink
Merge pull request #2105 from bitcoinjs/bump-616
Browse files Browse the repository at this point in the history
Publish some fixes to v6.1.6
  • Loading branch information
junderw authored Jun 9, 2024
2 parents 55d7cd5 + 57078a2 commit 8c88016
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.1.6
__fixed__
- Fix sighash treatment when signing taproot script sign scripts using Psbt (#2104)
- Fix error for invalid scripts in toASM (#2097)
- Fix mutation of input to addOutput method on Psbt (#2091)

# 6.1.5
__fixed__
- Updated bip174 dependency to fix issue with unknownKeyVals. (#1979)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcoinjs-lib",
"version": "6.1.5",
"version": "6.1.6",
"description": "Client-side Bitcoin JavaScript library",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit 8c88016

Please sign in to comment.