Skip to content

Commit

Permalink
chore(release): v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Apr 16, 2024
1 parent 96fbae0 commit 431576e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
# Changelog
## v2.6.0

[compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v2.5.1...v2.6.0)

### 🚀 Enhancements

- Support adding custom email templates via relative path ([#20](https://github.com/becem-gharbi/nuxt-auth/pull/20))

### 🔥 Performance

- Replace `uuid` with `crypto.randomUUID` ([b045232](https://github.com/becem-gharbi/nuxt-auth/commit/b045232))

### 🩹 Fixes

- **registration:** Inform user when account not verified ([#21](https://github.com/becem-gharbi/nuxt-auth/pull/21))

### 💅 Refactors

- No significant change ([ac16309](https://github.com/becem-gharbi/nuxt-auth/commit/ac16309))

### 📖 Documentation

- Mention new starter ([a8a4a47](https://github.com/becem-gharbi/nuxt-auth/commit/a8a4a47))
- Remove Nuxt version specification ([96fbae0](https://github.com/becem-gharbi/nuxt-auth/commit/96fbae0))

### ❤️ Contributors

- Becem-gharbi <[email protected]>
- Becem <[email protected]>

## v2.5.1

[compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v2.5.0...v2.5.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bg-dev/nuxt-auth",
"version": "2.5.1",
"version": "2.6.0",
"license": "MIT",
"type": "module",
"author": "Becem Gharbi",
Expand Down Expand Up @@ -62,4 +62,4 @@
"repository": {
"url": "git+https://github.com/becem-gharbi/nuxt-auth.git"
}
}
}

0 comments on commit 431576e

Please sign in to comment.