Skip to content

Commit 4749bd0

Browse files
committed
Release 1.7.0.
1 parent 9ff0261 commit 4749bd0

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Audited & minimal library for creating, signing & decoding Bitcoin transactions.
1313
- 🪶 3300 lines
1414

1515
Initial development has been funded by [Ryan Shea](https://shea.io).
16+
Musig2 feature has been funded by [Arklabs](https://arklabs.to).
1617

1718
For discussions, questions and support, visit
1819
[GitHub Discussions](https://github.com/paulmillr/scure-btc-signer/discussions)

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scure/btc-signer",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./musig2": "./src/musig2.ts",

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": "@scure/btc-signer",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Audited & minimal library for Bitcoin. Handle transactions, Schnorr, Taproot, UTXO & PSBT",
55
"files": [
66
"esm",

test/build/package-lock.json

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

0 commit comments

Comments
 (0)