diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e8cced8..09504a3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ask", - "version": "0.4.2", + "version": "0.4.3", "description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries", "author": { "name": "Minsu Lee", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 953af24..50fa6d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/schema": "0.3.2", - "packages/cli": "0.4.1", - ".": "0.4.2" + "packages/cli": "0.4.2", + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7ecea..4452e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.2...ask-plugin-v0.4.3) (2026-04-14) + + +### Bug Fixes + +* **cli:** align ensureCheckout with PM-unified store layout ([#82](https://github.com/pleaseai/ask/issues/82)) ([4ee9db2](https://github.com/pleaseai/ask/commit/4ee9db20458f5d1a9957bfe93effab5d2fcdf420)) + ## [0.4.2](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.1...ask-plugin-v0.4.2) (2026-04-14) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3aeaadf..f913c5d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/pleaseai/ask/compare/ask-v0.4.1...ask-v0.4.2) (2026-04-14) + + +### Bug Fixes + +* **cli:** align ensureCheckout with PM-unified store layout ([#82](https://github.com/pleaseai/ask/issues/82)) ([4ee9db2](https://github.com/pleaseai/ask/commit/4ee9db20458f5d1a9957bfe93effab5d2fcdf420)) + ## [0.4.1](https://github.com/pleaseai/ask/compare/ask-v0.4.0...ask-v0.4.1) (2026-04-14) diff --git a/packages/cli/package.json b/packages/cli/package.json index 6246427..fb638e6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/ask", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "description": "Agent Skills Kit - Download version-specific library docs for AI coding agents", "license": "MIT", "repository": {