From 9a745e1f5cb8b4a5d95bf7557e84ba6f1aba174b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:04:14 +0000 Subject: [PATCH] chore(main): release quickstart 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c89c3..b8c45ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.0.1...quickstart-v1.1.0) (2026-08-04) + + +### Features + +* improve migration guardrails ([#23](https://github.com/spotify/confidence-cli/issues/23)) ([dbe5b8e](https://github.com/spotify/confidence-cli/commit/dbe5b8e6ae642cb73d5b45db2f01beee55d4148b)) +* more robust auth refresh ([#24](https://github.com/spotify/confidence-cli/issues/24)) ([4fdad95](https://github.com/spotify/confidence-cli/commit/4fdad95f1c89c8cf970eeaf73fd70b80d90c6596)) + + +### Bug Fixes + +* apply dependabot patch for postcss ([#26](https://github.com/spotify/confidence-cli/issues/26)) ([5d472da](https://github.com/spotify/confidence-cli/commit/5d472da749f4db29660bb61add3b304b6fcf845f)) +* fix false-negative tests and handle retries ([#19](https://github.com/spotify/confidence-cli/issues/19)) ([9e0853c](https://github.com/spotify/confidence-cli/commit/9e0853c2ec692a33080d6f85cec633b21d510252)) + ## [1.0.1](https://github.com/spotify/confidence-cli/compare/quickstart-v1.0.0...quickstart-v1.0.1) (2026-07-24) diff --git a/package.json b/package.json index d94722f..7568450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spotify-confidence/quickstart", - "version": "1.0.1", + "version": "1.1.0", "description": "Get started with Confidence in minutes.", "license": "Apache-2.0", "type": "module",