From ed221c1fc1d06fe9445e2ed47ccf1860e6e71c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 5 Feb 2025 12:44:41 +0100 Subject: [PATCH] chore(release): v0.5.13 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2712dce..8f55d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.5.13 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.12...v0.5.13) + +### 🩹 Fixes + +- **bluesky:** Use local map for session storing ([#340](https://github.com/atinux/nuxt-auth-utils/pull/340)) + +### 🏡 Chore + +- **playground:** Update nuxt version ([4852cd7](https://github.com/atinux/nuxt-auth-utils/commit/4852cd7)) +- Fix types ([43d7d11](https://github.com/atinux/nuxt-auth-utils/commit/43d7d11)) + +### ❤️ Contributors + +- Neil Richter ([@noook](http://github.com/noook)) +- Sébastien Chopin + ## v0.5.12 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.11...v0.5.12) diff --git a/package.json b/package.json index 8759ddc..fafa985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.12", + "version": "0.5.13", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",