Skip to content

Commit

Permalink
Merge pull request #1980 from bitcoinjs/bump-615
Browse files Browse the repository at this point in the history
Quick bump to 6.1.5
  • Loading branch information
junderw authored Sep 18, 2023
2 parents a3481d1 + 4af9317 commit 31b6c27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5
__fixed__
- Updated bip174 dependency to fix issue with unknownKeyVals. (#1979)

# 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)
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.4",
"version": "6.1.5",
"description": "Client-side Bitcoin JavaScript library",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit 31b6c27

Please sign in to comment.