From a6f3b7ac4e3266bae5de581ba7bebdaee66a4651 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:27:21 +0000 Subject: [PATCH] chore(main): release quickstart 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c45ef..335bf03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.1.0...quickstart-v1.2.0) (2026-08-20) + + +### Features + +* **auth:** remember last workspace and skip Auth0 workspace prompt on login ([#34](https://github.com/spotify/confidence-cli/issues/34)) ([2cf846f](https://github.com/spotify/confidence-cli/commit/2cf846fa88b517f1d3f1cbc352d6aed855f1c13a)) +* introduce session recordings setup ([#28](https://github.com/spotify/confidence-cli/issues/28)) ([666ad47](https://github.com/spotify/confidence-cli/commit/666ad47e6362c23dfc1c09fbf6ede98e9f80a948)) +* offer flag migration after initial setup ([#35](https://github.com/spotify/confidence-cli/issues/35)) ([7b63700](https://github.com/spotify/confidence-cli/commit/7b63700f264b066fc73e26679e2e5d38cf69fe60)) + + +### Bug Fixes + +* make reporting lines more concise ([#36](https://github.com/spotify/confidence-cli/issues/36)) ([0eff6d4](https://github.com/spotify/confidence-cli/commit/0eff6d47a7ae3118d8e8ee3fae1cf113a6652e22)) +* update React gotchas with phased-out SDK mentions ([#29](https://github.com/spotify/confidence-cli/issues/29)) ([7bc1917](https://github.com/spotify/confidence-cli/commit/7bc1917dee1295e7e7c095c2b326d9073470edf8)) + ## [1.1.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.0.1...quickstart-v1.1.0) (2026-08-04) diff --git a/package.json b/package.json index 1efa788..4b97a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spotify-confidence/quickstart", - "version": "1.1.0", + "version": "1.2.0", "description": "Get started with Confidence in minutes.", "license": "Apache-2.0", "type": "module",