Skip to content

Commit f230cc9

Browse files
committed
chore: version bump to 6.1.1 and changelog
1 parent a51d7d6 commit f230cc9

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 6.1.1
2+
__added__
3+
- add example using BIP86 vector to verify the sending to and from a BIP86 generated taproot address
4+
5+
__fixed__
6+
- support for 65 byte taproot signature
7+
- prevent the creation of unspendable scripts in bitcoinjs-lib by implementing checks for resource limitations
8+
- use `Buffer.from()` instead of `Buffer.of()`
9+
10+
__changed__
11+
- performance: precompute the taproot hashes
12+
- performance: switch from `create-hash` and `ripemd160` to noble-hashes
13+
14+
__removed__
15+
- types: removed unused methods `privateAdd` and `privateNegate` from `TinySecp256k1Interface`
16+
117
# 6.1.0
218
__added__
319
- taproot support for payments (p2tr) and PSBT. See taproot.spec.ts integration test for examples. (#1742)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)