From ea09e0017f7e973b8eedefdc6edb8559feeae01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sat, 17 Feb 2024 17:22:16 +0100 Subject: [PATCH] chore(release): v0.0.18 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58cf588..abfda971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog +## v0.0.18 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.16...v0.0.18) + +### 🚀 Enhancements + +- Add authorizationParams in oauth config ([#56](https://github.com/Atinux/nuxt-auth-utils/pull/56)) + +### 🩹 Fixes + +- UserSession user type augmentation ([#54](https://github.com/Atinux/nuxt-auth-utils/pull/54)) +- User session types ([#55](https://github.com/Atinux/nuxt-auth-utils/pull/55)) + +### 📖 Documentation + +- Update badge colors ([ff868a6](https://github.com/Atinux/nuxt-auth-utils/commit/ff868a6)) + +### 🏡 Chore + +- Update deps ([fdaa88c](https://github.com/Atinux/nuxt-auth-utils/commit/fdaa88c)) +- Add api test route ([9aed7fe](https://github.com/Atinux/nuxt-auth-utils/commit/9aed7fe)) +- Update deps in playground ([95c657f](https://github.com/Atinux/nuxt-auth-utils/commit/95c657f)) +- **release:** V0.0.17 ([a814b58](https://github.com/Atinux/nuxt-auth-utils/commit/a814b58)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Gerben Mulder ([@Gerbuuun](http://github.com/Gerbuuun)) + ## v0.0.17 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.16...v0.0.17) diff --git a/package.json b/package.json index 40cddb92..9adf71bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.17", + "version": "0.0.18", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",