Skip to content

Commit

Permalink
Merge pull request #146 from bitauth/changeset-release/next
Browse files Browse the repository at this point in the history
Release v (next)
  • Loading branch information
bitjson authored Sep 27, 2024
2 parents 546ae14 + 33bbdaa commit 94306e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 94306e4

Please sign in to comment.