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"