From 8137adae0ac8971bbdeac29fc6861859b24975a7 Mon Sep 17 00:00:00 2001 From: Daniel Ahn Date: Tue, 21 Apr 2026 22:10:02 -0700 Subject: [PATCH] chore(release): 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date-stamps the CHANGELOG section that landed in PR #1 and bumps the package.json version. No code changes — purely the release-cut metadata so `pnpm publish` ships 0.7.0 against today's main (cbc2dd4). Highlights of 0.7.0 (full notes in CHANGELOG): - L402 read-path interop (DAN-344): s402/compat/l402 - Compat layer reorganization: src/compat/{x402,mpp,l402}.ts (breaking) - L402 hardening: conservative expiresAt + canonical lntbs signet prefix - S15 (mid-session signer rotation) + S16 (protocol version binding) - ROADMAP.md (first public roadmap) - Min Node bumped to 20 (breaking; Node 18 EOL April 2025) Co-Authored-By: Claude Opus 4.7 --- typescript/CHANGELOG.md | 2 ++ typescript/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/typescript/CHANGELOG.md b/typescript/CHANGELOG.md index 2663e49..fddffde 100644 --- a/typescript/CHANGELOG.md +++ b/typescript/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2026-04-22 + ### Added - **`s402/compat-l402` — L402 read-path interop (DAN-344).** New entry point for consuming Lightning Labs' L402 (formerly LSAT) challenges as native s402 types. L402 is the oldest 402 dialect in production — shipping this turns the "universal read" positioning pillar from aspirational into airtight. diff --git a/typescript/package.json b/typescript/package.json index 716fff2..93cd1c6 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "s402", - "version": "0.6.0", + "version": "0.7.0", "type": "module", "description": "s402 — Chain-agnostic HTTP 402 wire format. Types, HTTP encoding, and scheme registry for six payment schemes. Wire-compatible with x402. Zero runtime dependencies.", "license": "Apache-2.0",