Skip to content

Commit 9288bd7

Browse files
committed
release: v0.10.9
- Align CI workflow to Node 24 (matching publish) - First dual-package release: x402-proxy + x402-proxy-openclaw
1 parent a5d2895 commit 9288bd7

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/action-setup@v4
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
cache: pnpm
1919
- run: pnpm install --frozen-lockfile
2020
- run: pnpm check

packages/x402-proxy/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.9] - 2026-04-02
11+
12+
### Fixed
13+
- CI workflow now uses Node 24, matching the publish workflow
14+
1015
## [0.10.8] - 2026-04-02
1116

1217
### Added
@@ -408,7 +413,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
408413
- `appendHistory` / `readHistory` / `calcSpend` - JSONL transaction history
409414
- Re-exports from `@x402/fetch`, `@x402/svm`, `@x402/evm`
410415

411-
[Unreleased]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.8...HEAD
416+
[Unreleased]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.9...HEAD
417+
[0.10.9]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.8...v0.10.9
412418
[0.10.8]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.7...v0.10.8
413419
[0.10.7]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.6...v0.10.7
414420
[0.10.6]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.5...v0.10.6

packages/x402-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "x402-proxy",
33
"private": true,
4-
"version": "0.10.8",
4+
"version": "0.10.9",
55
"description": "curl for x402 paid APIs. Auto-pays any endpoint on Base, Solana, and Tempo.",
66
"type": "module",
77
"sideEffects": false,

0 commit comments

Comments
 (0)