diff --git a/.changeset/pre.json b/.changeset/pre.json index ad8a4071..aeaf5456 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,14 +15,18 @@ "fast-ghosts-fix", "great-ducks-roll", "happy-insects-wait", + "healthy-planets-repeat", "itchy-dancers-confess", + "kind-drinks-lie", "long-hairs-jam", "modern-cobras-drop", "nervous-carrots-punch", "nice-flies-listen", "orange-suits-impress", + "plenty-frogs-vanish", "polite-eggs-pretend", "quiet-ducks-sneeze", + "rare-carrots-fry", "seven-ligers-drum", "shaggy-monkeys-tell", "short-cars-cheat", diff --git a/CHANGELOG.md b/CHANGELOG.md index d17531fb..9b3eaa2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # `@bitauth/libauth` +## 3.1.0-next.5 + +### Minor Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`cea3f0f`](https://github.com/bitauth/libauth/commit/cea3f0ff14825d767445b374c9c78d3fe16770f7) Thanks [@bitjson](https://github.com/bitjson)! - Reclassify existing VMB tests for 2026 proposals, add additional tests + +- [#139](https://github.com/bitauth/libauth/pull/139) [`cea3f0f`](https://github.com/bitauth/libauth/commit/cea3f0ff14825d767445b374c9c78d3fe16770f7) Thanks [@bitjson](https://github.com/bitjson)! - Add `elideWordsAndHexAtLength` + +- [#139](https://github.com/bitauth/libauth/pull/139) [`cea3f0f`](https://github.com/bitauth/libauth/commit/cea3f0ff14825d767445b374c9c78d3fe16770f7) Thanks [@bitjson](https://github.com/bitjson)! - `yarn gen:vmb-tests` watch mode: rebuild only the modified file + +### Patch Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`cea3f0f`](https://github.com/bitauth/libauth/commit/cea3f0ff14825d767445b374c9c78d3fe16770f7) Thanks [@bitjson](https://github.com/bitjson)! - Rename `nonP2SH` to `P2S` + ## 3.1.0-next.4 ### Patch Changes diff --git a/package.json b/package.json index 1da0f6cc..cdc36cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.1.0-next.4", + "version": "3.1.0-next.5", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",