From fbc13ab56b710af1d40e4b118f6adb8dd9a1d524 Mon Sep 17 00:00:00 2001 From: Nabil Date: Tue, 28 Jul 2026 08:42:02 +0400 Subject: [PATCH] chore(main): release 0.12.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 82bbe33..bc0dadb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dashline", - "version": "0.11.0", + "version": "0.12.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 78e7f27..8032c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0852947..573c1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.0](https://github.com/ordinarynerds/dashline/compare/v0.11.0...v0.12.0) (2026-07-28) + + +### Features + +* spend widget for the week's cost across sessions ([0fe75c1](https://github.com/ordinarynerds/dashline/commit/0fe75c1bcbf65ff9abb5799636d242d60789c1ba)) + + +### Bug Fixes + +* **playground:** lift the commit scope out of the changelog markdown ([b253fb4](https://github.com/ordinarynerds/dashline/commit/b253fb420025efe0eaa87362c3e87c025d34da21)) + ## [0.11.0](https://github.com/ordinarynerds/dashline/compare/v0.10.0...v0.11.0) (2026-07-25) diff --git a/package-lock.json b/package-lock.json index 211507a..3391309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashline", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashline", - "version": "0.11.0", + "version": "0.12.0", "license": "MIT", "bin": { "dashline": "bin/dashline" diff --git a/package.json b/package.json index 678aa1d..e503f04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashline", - "version": "0.11.0", + "version": "0.12.0", "description": "A simpler Claude Code status line. Configure it in settings.json, no scripting.", "type": "module", "bin": {