From 1edbb9cd5af16026cfd8404a6ea56b252cb1706d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:26:48 +0000 Subject: [PATCH] Version Packages --- .changeset/lucky-planets-gather.md | 5 ----- .changeset/rare-numbers-invent.md | 5 ----- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lucky-planets-gather.md delete mode 100644 .changeset/rare-numbers-invent.md diff --git a/.changeset/lucky-planets-gather.md b/.changeset/lucky-planets-gather.md deleted file mode 100644 index dcc255a..0000000 --- a/.changeset/lucky-planets-gather.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stripe/link-cli": minor ---- - -Expose the financial insights commands (`balances`, `sources`, `transactions`) in the CLI's command list and ship the `financial-insights` skill file diff --git a/.changeset/rare-numbers-invent.md b/.changeset/rare-numbers-invent.md deleted file mode 100644 index 29075cf..0000000 --- a/.changeset/rare-numbers-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stripe/link-cli": minor ---- - -Surface duplicate spend request error messaging in interactive mode diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ab2997d..39ecf35 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @stripe/link-cli +## 0.13.0 + +### Minor Changes + +- 70453ff: Expose the financial insights commands (`balances`, `sources`, `transactions`) in the CLI's command list and ship the `financial-insights` skill file +- 1675a70: Surface duplicate spend request error messaging in interactive mode + ## 0.12.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f0efa4c..d7241a2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stripe/link-cli", - "version": "0.12.0", + "version": "0.13.0", "type": "module", "bin": { "link-cli": "./dist/cli.js"