From 431576ef04549e344ae3188df2492ef2a1becbfa Mon Sep 17 00:00:00 2001 From: becem-gharbi Date: Tue, 16 Apr 2024 12:39:57 +0100 Subject: [PATCH] chore(release): v2.6.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4a4a2..3ee8002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Becem + ## v2.5.1 [compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v2.5.0...v2.5.1) diff --git a/package.json b/package.json index 7c3c0de..bd17022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bg-dev/nuxt-auth", - "version": "2.5.1", + "version": "2.6.0", "license": "MIT", "type": "module", "author": "Becem Gharbi", @@ -62,4 +62,4 @@ "repository": { "url": "git+https://github.com/becem-gharbi/nuxt-auth.git" } -} +} \ No newline at end of file