From f2b4bbcb6ad62840523763cd6f5eab7a4446743b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 15 Nov 2024 19:05:21 +0100 Subject: [PATCH] chore(release): v0.5.5 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3238d85..a1269d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.5.5 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.4...v0.5.5) + +### 🚀 Enhancements + +- Add workos oauth provider ([bfa2a88](https://github.com/atinux/nuxt-auth-utils/commit/bfa2a88)) +- Add seznam oauth provider ([#285](https://github.com/atinux/nuxt-auth-utils/pull/285)) +- **webauthn:** Add event to validateUser to track authenticated users ([#287](https://github.com/atinux/nuxt-auth-utils/pull/287)) + +### 🏡 Chore + +- Update packageManager to pnpm 9.13.2 ([fc0d991](https://github.com/atinux/nuxt-auth-utils/commit/fc0d991)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- David Stranava ([@stranavad](http://github.com/stranavad)) +- Brian Coleman + ## v0.5.4 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.3...v0.5.4) diff --git a/package.json b/package.json index 4a6b7fb..0fcab76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.4", + "version": "0.5.5", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",