Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
k8pai committed Sep 15, 2023
1 parent 029308c commit 4f00018
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,43 @@
# nextauth-cli

## 0.0.5

### Patch Changes

- #### Updates on `nextauth` Command

- Added new `--router` flag for enhanced routing capabilities.

#### Prompt Support

- Added support for prompts, improving user interaction.

#### Directory Structure Refinement

- Restructured directories to `/app` and `/pages` for exclusive **Next.js** project structures.
- Ongoing work for `src/*` support.

_Note: Stay tuned for more exciting updates in the next release!_

## 0.0.4

### Patch Changes

- - Support for adapters available.
- Autogenerating variables are now stable with variables for adapter support is available now.
- #### Overall Updates
- Support for adapters available.
- Autogenerating variables are now stable with variables for adapter support is available now.

## 0.0.3

### Patch Changes

- Support for prisma ORM adapter
- Support for prisma ORM adapter

## 0.0.2

### Patch Changes

- Updated `nextauth init next-app` command to `nextauth next-app`.
- Updated `nextauth init next-pages` command to `nextauth next-pages`.
- Config flags `--env` and `--ts` are now stable.
- Providers that are supported in the official `next-auth` **(V 4.23.1)** packages are supported.
- Updated `nextauth init next-app` command to `nextauth next-app`.
- Updated `nextauth init next-pages` command to `nextauth next-pages`.
- Config flags `--env` and `--ts` are now stable.
- Providers that are supported in the official `next-auth` **(V 4.23.1)** packages are supported.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextauth-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "A nextauth cli to setup a basic application Setup running",
"exports": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 4f00018

Please sign in to comment.