Skip to content

Commit 0955b4c

Browse files
Release v3.1.0-next.7 (#159)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4da66c commit 0955b4c

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
@@ -6,9 +6,12 @@
66
},
77
"changesets": [
88
"breezy-tables-enjoy",
9+
"bright-steaks-explode",
910
"clean-adults-explain",
1011
"cold-cups-eat",
12+
"cold-icons-kneel",
1113
"curvy-pandas-agree",
14+
"dull-fireants-float",
1215
"eight-mirrors-arrive",
1316
"fair-zoos-tap",
1417
"famous-spies-drive",
@@ -32,6 +35,7 @@
3235
"shaggy-monkeys-tell",
3336
"short-cars-cheat",
3437
"shy-kings-grow",
38+
"silver-bottles-repair",
3539
"sixty-brooms-shout",
3640
"sour-ties-allow",
3741
"tall-actors-sell",

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.7
4+
5+
### Minor Changes
6+
7+
- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - Add CashAssembly support for stack item labels
8+
9+
- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - add debug and compileCashAssembly utilities
10+
11+
### Patch Changes
12+
13+
- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - Improve VM Number encoding/decoding performance
14+
15+
- [#139](https://github.com/bitauth/libauth/pull/139) [`a4da66c`](https://github.com/bitauth/libauth/commit/a4da66c10ce69eb5cfe06a86377b1dda76b99065) Thanks [@bitjson](https://github.com/bitjson)! - Update 2026 CHIP implementations
16+
317
## 3.1.0-next.6
418

519
### Minor 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.6",
3+
"version": "3.1.0-next.7",
44
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
55
"type": "module",
66
"main": "./build/index.js",

0 commit comments

Comments
 (0)