From 9dc929cba4f64969ffbbf192ee3eda1cbbc7c791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 11 Nov 2024 19:10:44 +0100 Subject: [PATCH] chore(release): v0.5.3 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9d2d0..6dc5181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog +## v0.5.3 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.2...v0.5.3) + +### 🚀 Enhancements + +- Add authentik provider ([33686af](https://github.com/atinux/nuxt-auth-utils/commit/33686af)) + +### 🩹 Fixes + +- **composable:** Use same context for `clear` and `fetch` ([#278](https://github.com/atinux/nuxt-auth-utils/pull/278)) + +### 🏡 Chore + +- Update deps ([6072a74](https://github.com/atinux/nuxt-auth-utils/commit/6072a74)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Aoor9 ([@aoor9](http://github.com/aoor9)) + ## v0.5.2 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.1...v0.5.2) diff --git a/package.json b/package.json index 775de1e..560ab28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.2", + "version": "0.5.3", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",