From c1619eeae7c25d826399159d154ea91d1885c1b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:02:04 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 8 ++++++++ packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 11ded19..03f1f3f 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ask", - "version": "0.4.10", + "version": "0.4.11", "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 e0265b4..9bae5bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/schema": "0.3.3", - "packages/cli": "0.4.8", - ".": "0.4.10" + "packages/cli": "0.4.9", + ".": "0.4.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bebe9d..9955e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.11](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.10...ask-plugin-v0.4.11) (2026-07-02) + + +### Features + +* **cli:** port recent opensrc features (fetch command, lockfile parsers, GITHUB_TOKEN auth) ([#117](https://github.com/pleaseai/ask/issues/117)) ([de0e942](https://github.com/pleaseai/ask/commit/de0e942a80fa48d0a9bbf91e1201a3a8a9fcdcd1)) +* **plugin:** WebFetch hook suggesting ask CLI for GitHub and library docs URLs ([#116](https://github.com/pleaseai/ask/issues/116)) ([f4c8057](https://github.com/pleaseai/ask/commit/f4c8057cfb225470f2c6232cb828b99e67accf56)) + ## [0.4.10](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.9...ask-plugin-v0.4.10) (2026-07-01) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index eb52d5b..1178a32 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.9](https://github.com/pleaseai/ask/compare/ask-v0.4.8...ask-v0.4.9) (2026-07-02) + + +### Features + +* **cli:** port recent opensrc features (fetch command, lockfile parsers, GITHUB_TOKEN auth) ([#117](https://github.com/pleaseai/ask/issues/117)) ([de0e942](https://github.com/pleaseai/ask/commit/de0e942a80fa48d0a9bbf91e1201a3a8a9fcdcd1)) + ## [0.4.8](https://github.com/pleaseai/ask/compare/ask-v0.4.7...ask-v0.4.8) (2026-07-01) diff --git a/packages/cli/package.json b/packages/cli/package.json index 420d381..e39681e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/ask", "type": "module", - "version": "0.4.8", + "version": "0.4.9", "description": "Agent Skills Kit - Download version-specific library docs for AI coding agents", "license": "MIT", "repository": {