diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11b5856..2583f86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.22" + ".": "0.5.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b15fd..1722d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.23](https://github.com/vibecook-dev/spaghetti/compare/spaghetti-v0.5.22...spaghetti-v0.5.23) (2026-07-30) + + +### Bug Fixes + +* **ci:** ship the napi loader as a build artifact ([#86](https://github.com/vibecook-dev/spaghetti/issues/86)) ([8c5e175](https://github.com/vibecook-dev/spaghetti/commit/8c5e175c3a42652c04c466c978429a9837027baa)) + ## [0.5.22](https://github.com/vibecook-dev/spaghetti/compare/spaghetti-v0.5.21...spaghetti-v0.5.22) (2026-07-28) diff --git a/Cargo.lock b/Cargo.lock index 6431ce8..e548d09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ [[package]] name = "spaghetti-napi" -version = "0.5.22" +version = "0.5.23" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/crates/spaghetti-napi/Cargo.toml b/crates/spaghetti-napi/Cargo.toml index 296eb02..46fe250 100644 --- a/crates/spaghetti-napi/Cargo.toml +++ b/crates/spaghetti-napi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spaghetti-napi" -version = "0.5.22" # x-release-please-version +version = "0.5.23" # x-release-please-version edition.workspace = true license.workspace = true repository.workspace = true diff --git a/crates/spaghetti-napi/npm/darwin-arm64/package.json b/crates/spaghetti-napi/npm/darwin-arm64/package.json index c792dc9..74d54ee 100644 --- a/crates/spaghetti-napi/npm/darwin-arm64/package.json +++ b/crates/spaghetti-napi/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native-darwin-arm64", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — darwin-arm64 binary", "cpu": [ "arm64" diff --git a/crates/spaghetti-napi/npm/darwin-x64/package.json b/crates/spaghetti-napi/npm/darwin-x64/package.json index 822b814..822463f 100644 --- a/crates/spaghetti-napi/npm/darwin-x64/package.json +++ b/crates/spaghetti-napi/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native-darwin-x64", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — darwin-x64 binary", "cpu": [ "x64" diff --git a/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json b/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json index 6aa9db9..d09ae87 100644 --- a/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json +++ b/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native-linux-arm64-gnu", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — linux-arm64-gnu binary", "cpu": [ "arm64" diff --git a/crates/spaghetti-napi/npm/linux-x64-gnu/package.json b/crates/spaghetti-napi/npm/linux-x64-gnu/package.json index 639db63..0f1a662 100644 --- a/crates/spaghetti-napi/npm/linux-x64-gnu/package.json +++ b/crates/spaghetti-napi/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native-linux-x64-gnu", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — linux-x64-gnu binary", "cpu": [ "x64" diff --git a/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json b/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json index 88ec9c0..d5bd98c 100644 --- a/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json +++ b/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native-win32-arm64-msvc", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — win32-arm64-msvc binary", "cpu": [ "arm64" diff --git a/crates/spaghetti-napi/npm/win32-x64-msvc/package.json b/crates/spaghetti-napi/npm/win32-x64-msvc/package.json index 815801c..1ad8aba 100644 --- a/crates/spaghetti-napi/npm/win32-x64-msvc/package.json +++ b/crates/spaghetti-napi/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native-win32-x64-msvc", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — win32-x64-msvc binary", "cpu": [ "x64" diff --git a/crates/spaghetti-napi/package.json b/crates/spaghetti-napi/package.json index 25f64ae..a001d9d 100644 --- a/crates/spaghetti-napi/package.json +++ b/crates/spaghetti-napi/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk-native", - "version": "0.5.22", + "version": "0.5.23", "description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk", "main": "index.js", "types": "index.d.ts", diff --git a/package.json b/package.json index 6c9a29d..0c42ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spaghetti", - "version": "0.5.22", + "version": "0.5.23", "private": true, "type": "module", "description": "Local-first Claude Code explorer for searching sessions, browsing agent artifacts, and querying your history from the terminal", diff --git a/packages/cli/package.json b/packages/cli/package.json index ab16bc0..735b0ed 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti", - "version": "0.5.22", + "version": "0.5.23", "type": "module", "bin": { "spaghetti": "./dist/bin.js", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ce3d665..3bb077d 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti-sdk", - "version": "0.5.22", + "version": "0.5.23", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js",