diff --git a/.changeset/tough-rockets-hunt.md b/.changeset/tough-rockets-hunt.md deleted file mode 100644 index 57ca2c0..0000000 --- a/.changeset/tough-rockets-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-auth-template": patch ---- - -fix(release): attempt to fix changelog not being updated, and incorrect PR descriptions diff --git a/CHANGELOG.md b/CHANGELOG.md index a83af57..bd5bc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-auth-template +## 0.2.7 + +### Patch Changes + +- [#13](https://github.com/jakeisonline/next-auth-template/pull/13) [`294d57e`](https://github.com/jakeisonline/next-auth-template/commit/294d57e5b0203bae85f3b9fe5816a4d5769d30fc) Thanks [@jakeisonline](https://github.com/jakeisonline)! - fix(release): attempt to fix changelog not being updated, and incorrect PR descriptions + ## 0.2.4 ### Patch Changes diff --git a/package.json b/package.json index c99397c..d1dfb5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-auth-template", - "version": "0.2.6", + "version": "0.2.7", "description": "Sign up and auth, super quick with database-backed sessions, social sign in, magic links, and multiple user models to choose from. This CLI tool enables you to quickly start building a new Next.js application, with auth already set up for you so you can focus on the fun stuff.", "publishConfig": { "access": "public"