diff --git a/CHANGELOG.md b/CHANGELOG.md index f0523ff..4f431f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-auth-template +## 0.1.3 + +### Patch Changes + +- Adds github action to automate package publishing + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index f7edb01..0756a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-auth-template", - "version": "0.1.2", + "version": "0.1.3", "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"