From 4ea9b12baef35cbf2bc76dec295c20073c28868e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:54:15 +0000 Subject: [PATCH] chore: version packages --- .changeset/bump-adapter-express-pin.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/bump-adapter-express-pin.md diff --git a/.changeset/bump-adapter-express-pin.md b/.changeset/bump-adapter-express-pin.md deleted file mode 100644 index 875a36e..0000000 --- a/.changeset/bump-adapter-express-pin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"seamless-cli": patch ---- - -Bump the verify adapter to `@seamless-auth/express@^0.6.0` (the stable release that includes the -registration-session and non-JSON-response fixes), so the released conformance run tests against -the current published packages. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdf38d..8df023b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # seamless-cli +## 0.3.1 + +### Patch Changes + +- fbcc17e: Bump the verify adapter to `@seamless-auth/express@^0.6.0` (the stable release that includes the + registration-session and non-JSON-response fixes), so the released conformance run tests against + the current published packages. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index fa6fb0d..8590c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-cli", - "version": "0.3.0", + "version": "0.3.1", "description": "The Seamless Auth command-line interface", "homepage": "https://github.com/fells-code/seamless-cli#readme", "bugs": {