From efdac4b56908d98d8a21450a3f99bc2fb6d0fed9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 05:10:24 +0000 Subject: [PATCH] Release v (next) --- .changeset/pre.json | 3 +++ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index fb58e135..ad8a4071 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -21,13 +21,16 @@ "nervous-carrots-punch", "nice-flies-listen", "orange-suits-impress", + "polite-eggs-pretend", "quiet-ducks-sneeze", "seven-ligers-drum", "shaggy-monkeys-tell", "short-cars-cheat", + "shy-kings-grow", "sixty-brooms-shout", "sour-ties-allow", "tall-actors-sell", + "ten-crabs-smell", "twelve-suns-protect", "two-peas-give", "unlucky-windows-remember", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dffe6d3..d17531fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # `@bitauth/libauth` +## 3.1.0-next.4 + +### Patch Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`477334a`](https://github.com/bitauth/libauth/commit/477334a2bf5c3a1d4b3a56ce7c17a29b0f65e969) Thanks [@bitjson](https://github.com/bitjson)! - Add -i flag to ignore warnings in gen:vmb_tests + +- [#139](https://github.com/bitauth/libauth/pull/139) [`477334a`](https://github.com/bitauth/libauth/commit/477334a2bf5c3a1d4b3a56ce7c17a29b0f65e969) Thanks [@bitjson](https://github.com/bitjson)! - Eliminate Repeated Bytes counter from BCH_2026_05 + +- [#139](https://github.com/bitauth/libauth/pull/139) [`477334a`](https://github.com/bitauth/libauth/commit/477334a2bf5c3a1d4b3a56ce7c17a29b0f65e969) Thanks [@bitjson](https://github.com/bitjson)! - Expand VMB tests for OP_EVAL and loops + ## 3.1.0-next.3 ### Minor Changes diff --git a/package.json b/package.json index ec262997..a37aae2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.1.0-next.3", + "version": "3.1.0-next.4", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",