From 5434d1d5f3c4dd23b38cdaa521ff7376950d1d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 5 Nov 2024 12:54:03 +0100 Subject: [PATCH] chore(release): v0.5.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1103a..6f9d2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v0.5.2 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.1...v0.5.2) + +### 🚀 Enhancements + +- Zitadel provider implementation ([d4c0b5a](https://github.com/atinux/nuxt-auth-utils/commit/d4c0b5a)) + +### 🏡 Chore + +- **release:** V0.5.1 ([727b5b4](https://github.com/atinux/nuxt-auth-utils/commit/727b5b4)) +- Fix package format ([247ec8f](https://github.com/atinux/nuxt-auth-utils/commit/247ec8f)) +- **playground:** Max height for dropdow ([10951b0](https://github.com/atinux/nuxt-auth-utils/commit/10951b0)) +- Update deps ([3e9422f](https://github.com/atinux/nuxt-auth-utils/commit/3e9422f)) +- **playground:** Update deps ([1d0d7f7](https://github.com/atinux/nuxt-auth-utils/commit/1d0d7f7)) +- Fix types ([a13b054](https://github.com/atinux/nuxt-auth-utils/commit/a13b054)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Velka ([@Velka-DEV](http://github.com/Velka-DEV)) + ## v0.5.1 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.0...v0.5.1) diff --git a/package.json b/package.json index 074041a..45f2a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.1", + "version": "0.5.2", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",