From ce35b5ee23c700cd3a2a69e10e3d20eef3d857fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:12:02 +0000 Subject: [PATCH] chore(main): release quickstart 1.4.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 96f1cd9..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7c565..9dd6209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.3.0...quickstart-v1.4.0) (2026-09-08) + + +### Features + +* gate minimal required CLI versions ([#57](https://github.com/spotify/confidence-cli/issues/57)) ([3b2ce32](https://github.com/spotify/confidence-cli/commit/3b2ce32eeb3eab9fe0b65c389ef89d33d334cfcd)) +* improve UI descriptions ([#54](https://github.com/spotify/confidence-cli/issues/54)) ([9fe2f0a](https://github.com/spotify/confidence-cli/commit/9fe2f0a3e4f1ed65031991fb60cd857ef407801b)) +* UX and phrasing ([#56](https://github.com/spotify/confidence-cli/issues/56)) ([845b57e](https://github.com/spotify/confidence-cli/commit/845b57e995881efa2cbdda57ff5bce00417e4f08)) + + +### Bug Fixes + +* trigger `onStatus` for status lines only; adjust report formatting ([#53](https://github.com/spotify/confidence-cli/issues/53)) ([9308aa7](https://github.com/spotify/confidence-cli/commit/9308aa7d82a0f47320baa6ecb5fcc4a4b5671afd)) + ## [1.3.0](https://github.com/spotify/confidence-cli/compare/quickstart-v1.2.0...quickstart-v1.3.0) (2026-09-04) diff --git a/package.json b/package.json index 4fa457b..6916948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spotify-confidence/quickstart", - "version": "1.3.0", + "version": "1.4.0", "description": "Get started with Confidence in minutes.", "license": "Apache-2.0", "type": "module",