From 6fa4b31f088955b04a968d96090da8ef4862e4ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:40:55 +0000 Subject: [PATCH] chore(main): release quickstart 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de7d6f..72c89c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/spotify/confidence-cli/compare/quickstart-v1.0.0...quickstart-v1.0.1) (2026-07-24) + + +### Bug Fixes + +* improve context and error handling for integration via skill ([#16](https://github.com/spotify/confidence-cli/issues/16)) ([9cc5c56](https://github.com/spotify/confidence-cli/commit/9cc5c56ab9dc570e70ef50ca4fc23219b164c24b)) + ## 1.0.0 (2026-07-23) diff --git a/package.json b/package.json index 27d2b4c..4ccb4ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spotify-confidence/quickstart", - "version": "1.0.0", + "version": "1.0.1", "description": "Get started with Confidence in minutes.", "license": "Apache-2.0", "type": "module",