From eef71197f10f026a008be623f7098e68bef2e1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 9 Dec 2024 12:27:37 +0100 Subject: [PATCH] chore(release): v0.5.6 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1269d3..10997aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v0.5.6 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.5...v0.5.6) + +### 🚀 Enhancements + +- Adding `organization_id` option for WorkOS provider ([677b226](https://github.com/atinux/nuxt-auth-utils/commit/677b226)) +- Add strava oauth provider ([96363b2](https://github.com/atinux/nuxt-auth-utils/commit/96363b2)) + +### 🩹 Fixes + +- Seznam config ([90d0d18](https://github.com/atinux/nuxt-auth-utils/commit/90d0d18)) +- **instagram:** Oauth provider ([192e0e7](https://github.com/atinux/nuxt-auth-utils/commit/192e0e7)) + +### 🏡 Chore + +- Update deps ([fb894bf](https://github.com/atinux/nuxt-auth-utils/commit/fb894bf)) +- Update deps" ([f4ef630](https://github.com/atinux/nuxt-auth-utils/commit/f4ef630)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Sandro Circi ([@sandros94](http://github.com/sandros94)) +- Justpeterpan +- David Stranava ([@stranavad](http://github.com/stranavad)) +- Brian Coleman ([@brianacdev](http://github.com/brianacdev)) + ## v0.5.5 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.4...v0.5.5) diff --git a/package.json b/package.json index 0fcab76..404c714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.5", + "version": "0.5.6", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",