Skip to content

Commit 0c1f0b8

Browse files
Release v3.1.0-next.5 (#156)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 548df89 commit 0c1f0b8

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
"fast-ghosts-fix",
1616
"great-ducks-roll",
1717
"happy-insects-wait",
18+
"healthy-planets-repeat",
1819
"itchy-dancers-confess",
20+
"kind-drinks-lie",
1921
"long-hairs-jam",
2022
"modern-cobras-drop",
2123
"nervous-carrots-punch",
2224
"nice-flies-listen",
2325
"orange-suits-impress",
26+
"plenty-frogs-vanish",
2427
"polite-eggs-pretend",
2528
"quiet-ducks-sneeze",
29+
"rare-carrots-fry",
2630
"seven-ligers-drum",
2731
"shaggy-monkeys-tell",
2832
"short-cars-cheat",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# `@bitauth/libauth`
22

3+
## 3.1.0-next.5
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#139](https://github.com/bitauth/libauth/pull/139) [`cea3f0f`](https://github.com/bitauth/libauth/commit/cea3f0ff14825d767445b374c9c78d3fe16770f7) Thanks [@bitjson](https://github.com/bitjson)! - Add `elideWordsAndHexAtLength`
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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`
16+
317
## 3.1.0-next.4
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitauth/libauth",
3-
"version": "3.1.0-next.4",
3+
"version": "3.1.0-next.5",
44
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
55
"type": "module",
66
"main": "./build/index.js",

0 commit comments

Comments
 (0)