From ba586a6ff8e35692ceba5802394f32207b03c2e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:09:16 +0000 Subject: [PATCH] chore(main): release 0.2.12 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0c5b41e..7f8f09a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ { "name": "flow", "description": "Rust skills, domain expertise, and development workflows for Claude Code", - "version": "0.2.11", + "version": "0.2.12", "source": "./" } ] diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0f83db4..00712e1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "flow", "description": "Rust skills, design quality skills, domain expertise, and development workflows for Claude Code", - "version": "0.2.11", + "version": "0.2.12", "author": { "name": "raiderrobert" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4b97398..7a2c32b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.11"} +{".":"0.2.12"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4303046..8893afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.12](https://github.com/raiderrobert/flow/compare/v0.2.11...v0.2.12) (2026-03-27) + + +### Bug Fixes + +* correct broken links in README ([#33](https://github.com/raiderrobert/flow/issues/33)) ([4dfbe60](https://github.com/raiderrobert/flow/commit/4dfbe60593f6898dadad2ae283a0942a8ce5a998)) + + +### Documentation + +* move skills catalog above installation in README ([658f54d](https://github.com/raiderrobert/flow/commit/658f54d72da2f2a2bec1d70f01646a910d575d26)) + ## [0.2.11](https://github.com/raiderrobert/flow/compare/v0.2.10...v0.2.11) (2026-03-27)