Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4",
"version": "3.1.0-next.5",
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
"type": "module",
"main": "./build/index.js",
Expand Down