Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bikrantlabs committed Apr 24, 2024
1 parent e12887b commit 72b9c22
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@


## [0.1.0](https://github.com/bikrantlabs/next-auth-starter/compare/0.0.1...0.1.0) (2024-04-24)


### Features

* **auth:** add credentials login ([a44811b](https://github.com/bikrantlabs/next-auth-starter/commit/a44811bb1e27bfb100bc1abe39b0fb23eac7e213))
* **auth:** add middleware and protected routes ([7f24e0c](https://github.com/bikrantlabs/next-auth-starter/commit/7f24e0cb120fcfa9cfb44c9a4ffe1aaeee4d44d0))
* **auth:** add next auth setup ([60dd399](https://github.com/bikrantlabs/next-auth-starter/commit/60dd3994acb159f5f1c978012d0793a016c8e3c8))
* **auth:** add user register with password ([3875825](https://github.com/bikrantlabs/next-auth-starter/commit/3875825033c0e9107483c6635a38c5f965d8ea72))


### Bug Fixes

* **auth:** fix auth to work with prisma jwt strategy ([1ef03f6](https://github.com/bikrantlabs/next-auth-starter/commit/1ef03f6ef57b32927a43505899917e9385325e7d))
* **auth:** fix prisma connector error and changed database ([e12887b](https://github.com/bikrantlabs/next-auth-starter/commit/e12887b2f90d8a9926a1c843441f4ad8bc7e389e))

## 0.0.1 (2024-04-23)

0 comments on commit 72b9c22

Please sign in to comment.