Skip to content

Commit

Permalink
6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junderw committed Jun 5, 2023
1 parent 85c5c6a commit f8cfd7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.1.2
__fixed__
- validateSignaturesOfInput for taproot inputs returned true for invalid signatures in specific cases. (#1932)

# 6.1.1
__added__
- add example using BIP86 vector to verify the sending to and from a BIP86 generated taproot address
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "6.1.2",
"description": "Client-side Bitcoin JavaScript library",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit f8cfd7f

Please sign in to comment.