Skip to content

Commit

Permalink
chore(release): version release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeisonline committed Jan 5, 2025
1 parent 63d1bfb commit e82ce08
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-auth-template

## 0.1.2

### Patch Changes

- fix(one-to-one): shield.io badges need pointing to specific file now that one-to-one isn't root

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-auth-template",
"version": "0.1.1",
"version": "0.1.2",
"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"
Expand Down
7 changes: 7 additions & 0 deletions templates/one-to-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# next-auth-template-one-to-one

## 0.2.1

### Patch Changes

- fix(one-to-one): shield.io badges need pointing to specific file now that one-to-one isn't root
2 changes: 1 addition & 1 deletion templates/one-to-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-auth-template-one-to-one",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit e82ce08

Please sign in to comment.