Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.2.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down