From 1eb415d92571185822a16c10fee3f590628ba243 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:40:36 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a6d6517..63fc12e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ask", - "version": "0.4.5", + "version": "0.4.6", "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 8cf9afb..163f190 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/schema": "0.3.2", - "packages/cli": "0.4.4", - ".": "0.4.5" + "packages/cli": "0.4.5", + ".": "0.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5414001..d5926f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.6](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.5...ask-plugin-v0.4.6) (2026-04-16) + + +### Bug Fixes + +* **cli:** skip doc extraction in ensureCheckout and preserve symlinks in cpDirAtomic ([#96](https://github.com/pleaseai/ask/issues/96)) ([3837ee1](https://github.com/pleaseai/ask/commit/3837ee18f7ac1f0ade65419da8f73beee10b62d4)) + ## [0.4.5](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.4...ask-plugin-v0.4.5) (2026-04-16) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f6908a7..679e33d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/pleaseai/ask/compare/ask-v0.4.4...ask-v0.4.5) (2026-04-16) + + +### Bug Fixes + +* **cli:** skip doc extraction in ensureCheckout and preserve symlinks in cpDirAtomic ([#96](https://github.com/pleaseai/ask/issues/96)) ([3837ee1](https://github.com/pleaseai/ask/commit/3837ee18f7ac1f0ade65419da8f73beee10b62d4)) + ## [0.4.4](https://github.com/pleaseai/ask/compare/ask-v0.4.3...ask-v0.4.4) (2026-04-16) diff --git a/packages/cli/package.json b/packages/cli/package.json index 97f19c6..9d82bcd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/ask", "type": "module", - "version": "0.4.4", + "version": "0.4.5", "description": "Agent Skills Kit - Download version-specific library docs for AI coding agents", "license": "MIT", "repository": {