From 36caddac5d40672de4de4113599e64e22b8208a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 29 Nov 2023 15:40:36 +0100 Subject: [PATCH] chore(release): v0.0.9 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890ad928..187b0a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v0.0.9 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.8...v0.0.9) + +### 🚀 Enhancements + +- Add max_age param for auth0 ([#26](https://github.com/Atinux/nuxt-auth-utils/pull/26)) +- Added Microsoft as oauth provider ([#8](https://github.com/Atinux/nuxt-auth-utils/pull/8)) + +### ❤️ Contributors + +- Jakub Frelik +- Uģis ([@BerzinsU](http://github.com/BerzinsU)) + ## v0.0.8 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.7...v0.0.8) diff --git a/package.json b/package.json index 431a4cb1..b72ee42c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.8", + "version": "0.0.9", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",