Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down