Skip to content

Commit 489cac0

Browse files
Release v3.1.0-next.4 (#152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 477334a commit 489cac0

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@
2121
"nervous-carrots-punch",
2222
"nice-flies-listen",
2323
"orange-suits-impress",
24+
"polite-eggs-pretend",
2425
"quiet-ducks-sneeze",
2526
"seven-ligers-drum",
2627
"shaggy-monkeys-tell",
2728
"short-cars-cheat",
29+
"shy-kings-grow",
2830
"sixty-brooms-shout",
2931
"sour-ties-allow",
3032
"tall-actors-sell",
33+
"ten-crabs-smell",
3134
"twelve-suns-protect",
3235
"two-peas-give",
3336
"unlucky-windows-remember",

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# `@bitauth/libauth`
22

3+
## 3.1.0-next.4
4+
5+
### Patch Changes
6+
7+
- [#139](https://github.com/bitauth/libauth/pull/139) [`477334a`](https://github.com/bitauth/libauth/commit/477334a2bf5c3a1d4b3a56ce7c17a29b0f65e969) Thanks [@bitjson](https://github.com/bitjson)! - Add -i flag to ignore warnings in gen:vmb_tests
8+
9+
- [#139](https://github.com/bitauth/libauth/pull/139) [`477334a`](https://github.com/bitauth/libauth/commit/477334a2bf5c3a1d4b3a56ce7c17a29b0f65e969) Thanks [@bitjson](https://github.com/bitjson)! - Eliminate Repeated Bytes counter from BCH_2026_05
10+
11+
- [#139](https://github.com/bitauth/libauth/pull/139) [`477334a`](https://github.com/bitauth/libauth/commit/477334a2bf5c3a1d4b3a56ce7c17a29b0f65e969) Thanks [@bitjson](https://github.com/bitjson)! - Expand VMB tests for OP_EVAL and loops
12+
313
## 3.1.0-next.3
414

515
### Minor Changes

package.json

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

0 commit comments

Comments
 (0)