From 5ee763f9b8e5e84dc841c7b4a6eccb45878645c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:57:43 +0000 Subject: [PATCH] Version Packages --- .changeset/lpt-merchant-binding.md | 5 ----- .changeset/orange-rats-agree.md | 5 ----- .changeset/true-words-warn.md | 5 ----- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changeset/lpt-merchant-binding.md delete mode 100644 .changeset/orange-rats-agree.md delete mode 100644 .changeset/true-words-warn.md diff --git a/.changeset/lpt-merchant-binding.md b/.changeset/lpt-merchant-binding.md deleted file mode 100644 index 0ef1dcb..0000000 --- a/.changeset/lpt-merchant-binding.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stripe/link-cli': minor ---- - -Add merchant-bound Link Pay Token options to spend-request creation. diff --git a/.changeset/orange-rats-agree.md b/.changeset/orange-rats-agree.md deleted file mode 100644 index 4aaba27..0000000 --- a/.changeset/orange-rats-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stripe/link-cli": patch ---- - -Dependency updgrades diff --git a/.changeset/true-words-warn.md b/.changeset/true-words-warn.md deleted file mode 100644 index b4c8b7c..0000000 --- a/.changeset/true-words-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stripe/link-cli": patch ---- - -Sanitize output of decode call during mpp flow diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d457d7b..ab2997d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @stripe/link-cli +## 0.12.0 + +### Minor Changes + +- 9103637: Add merchant-bound Link Pay Token options to spend-request creation. + +### Patch Changes + +- f05d954: Dependency updgrades +- e9a8f69: Sanitize output of decode call during mpp flow + ## 0.11.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f06943c..f0efa4c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stripe/link-cli", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "bin": { "link-cli": "./dist/cli.js"