diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bc0dadb..8be4bea 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dashline", - "version": "0.12.0", + "version": "0.13.0", "description": "A configurable Claude Code status line. Compose payload fields into lines and zones from settings.json, no scripting. Ships with a context + usage default.", "author": { "name": "Ordinary Nerds", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 573c1a9..8ef1eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.13.0](https://github.com/ordinarynerds/dashline/compare/v0.12.0...v0.13.0) (2026-07-28) + + +### ⚠ BREAKING CHANGES + +* the `spend` widget is gone; use ["cost", { "period": "week" }]. It shipped in v0.12.0 earlier today and nothing else referenced it. + +### Features + +* fold spend into cost as a period, and add the month ([3e55a2a](https://github.com/ordinarynerds/dashline/commit/3e55a2a120111b9c3bcf20fa9a621561c2a2f942)) + + +### Bug Fixes + +* keep breaking changes on a minor bump before 1.0 ([a78fd99](https://github.com/ordinarynerds/dashline/commit/a78fd99a56360b9be322899a25a7687dbb430f82)) + ## [0.12.0](https://github.com/ordinarynerds/dashline/compare/v0.11.0...v0.12.0) (2026-07-28) diff --git a/package-lock.json b/package-lock.json index 3391309..fe189ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashline", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashline", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "bin": { "dashline": "bin/dashline" diff --git a/package.json b/package.json index e503f04..4e7a93a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashline", - "version": "0.12.0", + "version": "0.13.0", "description": "A simpler Claude Code status line. Configure it in settings.json, no scripting.", "type": "module", "bin": {