From 62f43d0ae8756589cadfd8ee7774ac32ffe6c022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 06:42:48 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- plugins/hs-cli/.claude-plugin/plugin.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9000aca..202cf4b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "name": "hs-cli", "source": "./plugins/hs-cli", "description": "Hearthstone deck decoder, card search, and metadata queries via the `hs` CLI", - "version": "0.4.1", + "version": "0.5.0", "author": { "name": "say8425" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c418b9..e9401da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/say8425/hs-cli/compare/v0.4.1...v0.5.0) (2026-05-29) + + +### Features + +* hs skill install — bundle the hearthstone-deck skill with the CLI ([#14](https://github.com/say8425/hs-cli/issues/14)) ([a5b0f31](https://github.com/say8425/hs-cli/commit/a5b0f31db0cbe73cd89504346d0d14a999d5554a)) + ## [0.4.1](https://github.com/say8425/hs-cli/compare/v0.4.0...v0.4.1) (2026-05-29) diff --git a/package.json b/package.json index 8958fdc..0d7b599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@say8425/hs-cli", - "version": "0.4.1", + "version": "0.5.0", "description": "Hearthstone CLI for AI agents and humans", "type": "module", "bin": { diff --git a/plugins/hs-cli/.claude-plugin/plugin.json b/plugins/hs-cli/.claude-plugin/plugin.json index f0048eb..496d4c6 100644 --- a/plugins/hs-cli/.claude-plugin/plugin.json +++ b/plugins/hs-cli/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin.json", "name": "hs-cli", "description": "Hearthstone deck decoder, card search, and metadata queries via the `hs` CLI. Requires the hs binary on PATH (install via Bun: see README).", - "version": "0.4.1", + "version": "0.5.0", "author": { "name": "say8425" },