diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 288af15..af65f52 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.3.0", + "version": "0.4.0", "author": { "name": "Soju06" }, diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e202d..405214c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/Soju06/knowpatch/compare/v0.3.0...v0.4.0) (2026-02-27) + + +### Features + +* **hook:** relocate detect.js to skill resource for team compatibility ([8a9e01f](https://github.com/Soju06/knowpatch/commit/8a9e01febc20ebb9a278143c283bd0d7b29843bf)) + + +### Bug Fixes + +* **ci:** update build artifact checks for relocated detect.js ([e492a71](https://github.com/Soju06/knowpatch/commit/e492a712c0bb62c9f7764ad825e9b7a8529e1eb3)) +* **hook:** relocate detect.js to skill resource for team compatibility ([9ab62e3](https://github.com/Soju06/knowpatch/commit/9ab62e3f4a005635742e3fde00f76ee7c58dfba5)) + ## [0.3.0](https://github.com/Soju06/knowpatch/compare/v0.2.0...v0.3.0) (2026-02-27) diff --git a/package.json b/package.json index 2e6fea4..6c2defb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knowpatch", - "version": "0.3.0", + "version": "0.4.0", "description": "LLM knowledge cutoff compensator for Claude Code. Corrects outdated versions, deprecated APIs, renamed packages.", "type": "module", "bin": {