From d4422bca05ed4294513e037e4596b9796a608642 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 03:12:13 +0000 Subject: [PATCH] chore(main): release 0.6.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 202cf4b..a402af8 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.5.0", + "version": "0.6.0", "author": { "name": "say8425" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9401da..8a2d611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/say8425/hs-cli/compare/v0.5.0...v0.6.0) (2026-05-31) + + +### Features + +* hs meta archetypes/decks — live win-rate/tier/deck-code (Firestone) ([#19](https://github.com/say8425/hs-cli/issues/19)) ([c99f3ef](https://github.com/say8425/hs-cli/commit/c99f3efba07ec40fc67e7f041c10414ed7b0316a)) + ## [0.5.0](https://github.com/say8425/hs-cli/compare/v0.4.1...v0.5.0) (2026-05-29) diff --git a/package.json b/package.json index 0d7b599..36612c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@say8425/hs-cli", - "version": "0.5.0", + "version": "0.6.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 496d4c6..b6ef7e2 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.5.0", + "version": "0.6.0", "author": { "name": "say8425" },