Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/hs-cli/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down