From dcfec9ecef20b2c6335b97b2366e58eb072e3ec0 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 29 Apr 2026 01:01:46 -0700 Subject: [PATCH] chore: release kitchen sink 0.2.1 --- openclaw.plugin.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/index.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 5ceea9c..82219b7 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "openclaw-kitchen-sink-fixture", "name": "OpenClaw Kitchen Sink", - "version": "0.2.0", + "version": "0.2.1", "description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.4.26.", "enabledByDefault": false, "kind": [ diff --git a/package-lock.json b/package-lock.json index bbc8e47..e777af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openclaw/kitchen-sink", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openclaw/kitchen-sink", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "openclaw": "2026.4.26" diff --git a/package.json b/package.json index 40322f8..418a73e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openclaw/kitchen-sink", - "version": "0.2.0", + "version": "0.2.1", "private": false, "description": "Credential-free kitchen-sink OpenClaw plugin fixture covering the public plugin API surface.", "type": "module", diff --git a/src/index.js b/src/index.js index 7ecb037..c94f1ec 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,7 @@ import { registerKitchenSinkRuntime } from "./kitchen-runtime.js"; export const plugin = { id: "openclaw-kitchen-sink-fixture", name: "OpenClaw Kitchen Sink", - version: "0.2.0", + version: "0.2.1", description: "Credential-free fixture covering OpenClaw plugin API seams.", register(api) { registerAllHooks(api);