Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.3.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.2.0...quickstart-v1.3.0) (2026-09-03)


### Features

* init git repo if not present when scaffolding ([#49](https://github.com/spotify/confidence-cli/issues/49)) ([cea860b](https://github.com/spotify/confidence-cli/commit/cea860bd1da4fe351e7011ae95bd905afecd63ea))
* use CLI commands for plugin installation when possible ([#39](https://github.com/spotify/confidence-cli/issues/39)) ([cd32210](https://github.com/spotify/confidence-cli/commit/cd32210254d0c724e7228c3c3b897dff3328ceb4))


### Bug Fixes

* allow Codex network access ([#50](https://github.com/spotify/confidence-cli/issues/50)) ([ad0b876](https://github.com/spotify/confidence-cli/commit/ad0b876be96873de6cbf8ae302aef3300ef52650))
* make goal selection mandatory ([#48](https://github.com/spotify/confidence-cli/issues/48)) ([57260d4](https://github.com/spotify/confidence-cli/commit/57260d465996b57a0cc7bd0012d9f71a45f868b5))
* make UI warning icons consistent across screens ([#44](https://github.com/spotify/confidence-cli/issues/44)) ([da34bd4](https://github.com/spotify/confidence-cli/commit/da34bd49d95dfd85a1b8f16a1b6a51374e12a273))
* remove factually incorrect package mention ([#42](https://github.com/spotify/confidence-cli/issues/42)) ([f6cbbcd](https://github.com/spotify/confidence-cli/commit/f6cbbcdbd18a82df6eae1af346766009ee18a50f))
* render all configured IDEs above the non-configured ([#46](https://github.com/spotify/confidence-cli/issues/46)) ([c4957c9](https://github.com/spotify/confidence-cli/commit/c4957c9fb93f385ffd23e54d8638d51c57a70f2d))

## [1.2.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.1.0...quickstart-v1.2.0) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify-confidence/quickstart",
"version": "1.2.0",
"version": "1.3.0",
"description": "Get started with Confidence in minutes.",
"license": "Apache-2.0",
"type": "module",
Expand Down