From 049c54f91f33d6e06721a43a3bca0de09f27ecfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:09:26 +0000 Subject: [PATCH] Release v (next) --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 5a315678..38868ccf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -38,6 +38,7 @@ "silver-bottles-repair", "sixty-brooms-shout", "sour-ties-allow", + "strange-paws-decide", "tall-actors-sell", "ten-crabs-smell", "twelve-suns-protect", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4bd692..cdcafe47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@bitauth/libauth` +## 3.1.0-next.8 + +### Minor Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`35c37df`](https://github.com/bitauth/libauth/commit/35c37df03a0437d9669480902e3cc9dfe9e68d39) Thanks [@bitjson](https://github.com/bitjson)! - Update BCH_2026 VM and VMB tests + ## 3.1.0-next.7 ### Minor Changes diff --git a/package.json b/package.json index 420ec65e..0d796b58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.1.0-next.7", + "version": "3.1.0-next.8", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",