diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7f8f09a..a5f4701 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.12", + "version": "0.2.13", "source": "./" } ] diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 00712e1..c7da45d 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.12", + "version": "0.2.13", "author": { "name": "raiderrobert" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a2c32b..f914297 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.12"} +{".":"0.2.13"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8893afe..60bef81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.13](https://github.com/raiderrobert/flow/compare/v0.2.12...v0.2.13) (2026-04-03) + + +### Bug Fixes + +* exclude dead changelog compare link from lychee check ([#35](https://github.com/raiderrobert/flow/issues/35)) ([1c6556a](https://github.com/raiderrobert/flow/commit/1c6556a30a738321681b36efc7824ef121b5d086)) + ## [0.2.12](https://github.com/raiderrobert/flow/compare/v0.2.11...v0.2.12) (2026-03-27)