From d47cac17a69577ce6d5421f115adda5bb361f461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 5 Feb 2025 12:12:04 +0100 Subject: [PATCH] chore(release): v0.5.12 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717d23e..2712dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.5.12 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.11...v0.5.12) + +### 🚀 Enhancements + +- **session:** Add generated session id ([#338](https://github.com/atinux/nuxt-auth-utils/pull/338)) +- Add bluesky as a provider ([#281](https://github.com/atinux/nuxt-auth-utils/pull/281)) + +### 🏡 Chore + +- Update deps ([1d4c52c](https://github.com/atinux/nuxt-auth-utils/commit/1d4c52c)) + +### ❤️ Contributors + +- Sébastien Chopin +- Neil Richter + ## v0.5.11 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.10...v0.5.11) diff --git a/package.json b/package.json index 26e71d2..8759ddc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.11", + "version": "0.5.12", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",