Skip to content

Commit

Permalink
6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
junderw committed Sep 14, 2023
1 parent d69d03b commit 105625f
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.4
__changed__
- Changed internal usage of the Buffer API to match with newer broken bundlers that don't follow spec. The new usage is still compatible with older versions of Buffer, so there shouldn't be any breakage. The public API interface was not changed. (#1975)

# 6.1.3
__fixed__
- validateSignaturesOfInput for taproot inputs returned false for valid signatures in specific cases. (#1934)
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.3",
"version": "6.1.4",
"description": "Client-side Bitcoin JavaScript library",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit 105625f

Please sign in to comment.