diff --git a/.changeset/bump-templates-ref-v0.2.3.md b/.changeset/bump-templates-ref-v0.2.3.md deleted file mode 100644 index 3c7b52b..0000000 --- a/.changeset/bump-templates-ref-v0.2.3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"seamless-cli": patch ---- - -Bump the pinned `seamless-templates` ref to `v0.2.3`, so `seamless init` scaffolds the templates that ship `@seamless-auth/react` `^0.4.0` (TOTP support) and `@seamless-auth/express` `^0.7.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1ecb5..7d8b92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # seamless-cli +## 0.5.2 + +### Patch Changes + +- 9992373: Bump the pinned `seamless-templates` ref to `v0.2.3`, so `seamless init` scaffolds the templates that ship `@seamless-auth/react` `^0.4.0` (TOTP support) and `@seamless-auth/express` `^0.7.0`. + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index 38a166c..13c4b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-cli", - "version": "0.5.1", + "version": "0.5.2", "description": "The Seamless Auth command-line interface", "homepage": "https://github.com/fells-code/seamless-cli#readme", "bugs": {