From 613e2db48859abcbf0b76058762446bb9b3d20c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:20:38 +0000 Subject: [PATCH] chore(main): release 0.2.3 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ab7370a..dc1d90c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,13 +1,13 @@ { "name": "confidence", - "version": "0.2.2", + "version": "0.2.3", "owner": { "name": "Spotify Confidence" }, "plugins": [ { "name": "confidence", - "version": "0.2.2", + "version": "0.2.3", "description": "Access Confidence feature flags, experiments, and migration tools directly from Claude Code.", "source": { "source": "url", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 53a4662..c327e8e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "confidence", "description": "Access Confidence feature flags, experiments, and migration tools directly from Claude Code.", - "version": "0.2.2", + "version": "0.2.3", "author": { "name": "Spotify Confidence", "url": "https://confidence.spotify.com" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 096aa51..a381e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.3](https://github.com/spotify/confidence-ai-plugins/compare/v0.2.2...v0.2.3) (2026-05-25) + + +### Bug Fixes + +* correct targeting payload format in migration skill ([#15](https://github.com/spotify/confidence-ai-plugins/issues/15)) ([ff9fa09](https://github.com/spotify/confidence-ai-plugins/commit/ff9fa094836a6ef27228b5ffb00685ba7a81b91f)) +* correct targeting payload format in migration skill and plan ([ff9fa09](https://github.com/spotify/confidence-ai-plugins/commit/ff9fa094836a6ef27228b5ffb00685ba7a81b91f)) + ## [0.2.2](https://github.com/spotify/confidence-ai-plugins/compare/v0.2.1...v0.2.2) (2026-05-25)