From a9ac385c15dbb50cb32db64ef3638029e56fc29c Mon Sep 17 00:00:00 2001 From: Soju06 Date: Tue, 10 Mar 2026 13:19:22 +0900 Subject: [PATCH] chore(main): release 0.4.2 --- .claude-plugin/plugin.json | 2 +- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- skills/knowpatch/SKILL.md | 2 +- skills/knowpatch/corrections/cli-tools.md | 2 +- skills/knowpatch/corrections/frameworks.md | 2 +- skills/knowpatch/corrections/frontier-models.md | 2 +- skills/knowpatch/corrections/javascript.md | 2 +- skills/knowpatch/corrections/macos.md | 2 +- skills/knowpatch/corrections/open-source-models.md | 2 +- skills/knowpatch/corrections/platforms.md | 2 +- skills/knowpatch/corrections/python.md | 2 +- skills/knowpatch/corrections/runtimes.md | 2 +- 14 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5392c3c..02ca395 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "knowpatch", "description": "LLM knowledge cutoff compensator — corrects outdated versions and deprecated APIs", - "version": "0.4.1", + "version": "0.4.2", "author": { "name": "Soju06" }, diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7be23..8e5cff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/Soju06/knowpatch/compare/v0.4.1...v0.4.2) (2026-03-10) + + +### Bug Fixes + +* update all correction files to 2026-03-10 ([#9](https://github.com/Soju06/knowpatch/issues/9)) ([1715a10](https://github.com/Soju06/knowpatch/commit/1715a104ae8d4df64a655a99b255c833a377a705)) + ## [0.4.1](https://github.com/Soju06/knowpatch/compare/v0.4.0...v0.4.1) (2026-02-27) diff --git a/package.json b/package.json index 962a3a0..14bba80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knowpatch", - "version": "0.4.1", + "version": "0.4.2", "description": "LLM knowledge cutoff compensator for Claude Code. Corrects outdated versions, deprecated APIs, renamed packages.", "type": "module", "bin": { diff --git a/skills/knowpatch/SKILL.md b/skills/knowpatch/SKILL.md index 0526bd1..e318906 100644 --- a/skills/knowpatch/SKILL.md +++ b/skills/knowpatch/SKILL.md @@ -1,6 +1,6 @@ --- name: knowpatch -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version description: > LLM knowledge cutoff compensator — knowledge corrections for breaking changes and API drift. Covers: renamed packages (shadcn-ui→shadcn), changed APIs (z.string().email()→z.email()), diff --git a/skills/knowpatch/corrections/cli-tools.md b/skills/knowpatch/corrections/cli-tools.md index 982cf5e..a0ad176 100644 --- a/skills/knowpatch/corrections/cli-tools.md +++ b/skills/knowpatch/corrections/cli-tools.md @@ -2,7 +2,7 @@ ecosystem: cli-tools description: CLI tool renames, command changes, major versions tags: [shadcn, tailwind, eslint, create-react-app, vite, webpack, prettier, cli] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/frameworks.md b/skills/knowpatch/corrections/frameworks.md index b643e75..c2bd06a 100644 --- a/skills/knowpatch/corrections/frameworks.md +++ b/skills/knowpatch/corrections/frameworks.md @@ -2,7 +2,7 @@ ecosystem: frameworks description: Framework major version breaking changes tags: [next, nextjs, svelte, vue, nuxt, astro, remix, angular, framework] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-02-24" --- diff --git a/skills/knowpatch/corrections/frontier-models.md b/skills/knowpatch/corrections/frontier-models.md index b3929a4..d65cded 100644 --- a/skills/knowpatch/corrections/frontier-models.md +++ b/skills/knowpatch/corrections/frontier-models.md @@ -2,7 +2,7 @@ ecosystem: frontier-models description: Proprietary frontier AI model names, IDs, SDK versions, multimodal support tags: [claude, gpt, gemini, openai, anthropic, model, llm, sdk, ai] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/javascript.md b/skills/knowpatch/corrections/javascript.md index f5ba4c5..3740361 100644 --- a/skills/knowpatch/corrections/javascript.md +++ b/skills/knowpatch/corrections/javascript.md @@ -2,7 +2,7 @@ ecosystem: javascript description: JS/TS library API changes tags: [zod, react, typescript, npm, bun, deno, pnpm, esm, types, javascript, js, ts] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/macos.md b/skills/knowpatch/corrections/macos.md index 49ea492..c3f9a94 100644 --- a/skills/knowpatch/corrections/macos.md +++ b/skills/knowpatch/corrections/macos.md @@ -2,7 +2,7 @@ ecosystem: macos description: macOS 26 version naming, Liquid Glass, Swift 6.2, system toolchain, Apple framework changes tags: [macos, tahoe, xcode, swift, swiftui, liquid-glass, metal, rosetta, intel, apple-silicon, foundation-models] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/open-source-models.md b/skills/knowpatch/corrections/open-source-models.md index ceef117..095519b 100644 --- a/skills/knowpatch/corrections/open-source-models.md +++ b/skills/knowpatch/corrections/open-source-models.md @@ -2,7 +2,7 @@ ecosystem: open-source-models description: Open-source frontier LLMs for coding, agentic tasks, and self-hosting (2026) tags: [open-source, self-hosted, coding-model, llama, deepseek, mistral, kimi, minimax, glm, qwen, vllm, sglang, swe-bench, moe, model, llm, ai] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/platforms.md b/skills/knowpatch/corrections/platforms.md index 89271b2..c6f939e 100644 --- a/skills/knowpatch/corrections/platforms.md +++ b/skills/knowpatch/corrections/platforms.md @@ -2,7 +2,7 @@ ecosystem: platforms description: BaaS/platform API key changes, auth patterns tags: [supabase, anon, service_role, publishable, secret, jwks, baas, firebase, platform] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/python.md b/skills/knowpatch/corrections/python.md index 8810ddf..0614eee 100644 --- a/skills/knowpatch/corrections/python.md +++ b/skills/knowpatch/corrections/python.md @@ -2,7 +2,7 @@ ecosystem: python description: Python ecosystem tool/library changes tags: [pip, uv, poetry, pydantic, fastapi, django, ruff, flask, sqlalchemy, python] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" --- diff --git a/skills/knowpatch/corrections/runtimes.md b/skills/knowpatch/corrections/runtimes.md index cf1a3ff..68f4aa6 100644 --- a/skills/knowpatch/corrections/runtimes.md +++ b/skills/knowpatch/corrections/runtimes.md @@ -2,7 +2,7 @@ ecosystem: runtimes description: Runtime version tracks, LTS status tags: [node, python, bun, deno, go, java, runtime] -version: "0.4.1" # x-release-please-version +version: "0.4.2" # x-release-please-version last_updated: "2026-03-10" ---