diff --git a/.changeset/pre.json b/.changeset/pre.json index 263fb4c7..6d24d2c1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,7 +15,10 @@ "nervous-carrots-punch", "orange-suits-impress", "seven-ligers-drum", + "sixty-brooms-shout", "sour-ties-allow", + "twelve-suns-protect", + "two-peas-give", "unlucky-windows-remember" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ee6d75..28bc7687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # `@bitauth/libauth` +## 3.1.0-next.1 + +### Minor Changes + +- [#144](https://github.com/bitauth/libauth/pull/144) [`cad78dd`](https://github.com/bitauth/libauth/commit/cad78dd3cb59bae50db9c28bf3c0ac10c7ce78fd) Thanks [@bitjson](https://github.com/bitjson)! - Add combinatorial VMB test sets for arithmetic, hashing, and signature checking + +- [#144](https://github.com/bitauth/libauth/pull/144) [`cad78dd`](https://github.com/bitauth/libauth/commit/cad78dd3cb59bae50db9c28bf3c0ac10c7ce78fd) Thanks [@bitjson](https://github.com/bitjson)! - Rewrite VMB test tooling for parallel and incremental generation, benchmarking + +### Patch Changes + +- [#144](https://github.com/bitauth/libauth/pull/144) [`cad78dd`](https://github.com/bitauth/libauth/commit/cad78dd3cb59bae50db9c28bf3c0ac10c7ce78fd) Thanks [@bitjson](https://github.com/bitjson)! - Refactor BCH VMs for correctness and clarity + ## 3.1.0-next.0 ### Minor Changes diff --git a/package.json b/package.json index 54631526..05ea5944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.1.0-next.0", + "version": "3.1.0-next.1", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",