From 372e0e3b3365161076b6aa40a9a291e376a69796 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:45:08 +0000 Subject: [PATCH] Release v (next) --- .changeset/pre.json | 4 ++++ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f104fd0f..5a315678 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,9 +6,12 @@ }, "changesets": [ "breezy-tables-enjoy", + "bright-steaks-explode", "clean-adults-explain", "cold-cups-eat", + "cold-icons-kneel", "curvy-pandas-agree", + "dull-fireants-float", "eight-mirrors-arrive", "fair-zoos-tap", "famous-spies-drive", @@ -32,6 +35,7 @@ "shaggy-monkeys-tell", "short-cars-cheat", "shy-kings-grow", + "silver-bottles-repair", "sixty-brooms-shout", "sour-ties-allow", "tall-actors-sell", diff --git a/CHANGELOG.md b/CHANGELOG.md index 94eae293..9b4bd692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # `@bitauth/libauth` +## 3.1.0-next.7 + +### Minor Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - Add CashAssembly support for stack item labels + +- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - add debug and compileCashAssembly utilities + +### Patch Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - Improve VM Number encoding/decoding performance + +- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - Update 2026 CHIP implementations + ## 3.1.0-next.6 ### Minor Changes diff --git a/package.json b/package.json index 03908d6a..70e024a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.1.0-next.6", + "version": "3.1.0-next.7", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",