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": {