Skip to content

Commit 31b6c27

Browse files
authored
Merge pull request #1980 from bitcoinjs/bump-615
Quick bump to 6.1.5
2 parents a3481d1 + 4af9317 commit 31b6c27

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.1.5
2+
__fixed__
3+
- Updated bip174 dependency to fix issue with unknownKeyVals. (#1979)
4+
15
# 6.1.4
26
__changed__
37
- 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)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoinjs-lib",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)