diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe13354..a1336a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ # Changelog +## v0.5.8 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.7...v0.5.8) + +### 🚀 Enhancements + +- Self-hosted Gitlab instances ([#323](https://github.com/atinux/nuxt-auth-utils/pull/323)) +- Add Line OAuth provider ([#312](https://github.com/atinux/nuxt-auth-utils/pull/312)) +- Add atlassian oauth-provider ([#307](https://github.com/atinux/nuxt-auth-utils/pull/307), [#308](https://github.com/atinux/nuxt-auth-utils/pull/308)) + +### 🩹 Fixes + +- Add discord oauth error ([#316](https://github.com/atinux/nuxt-auth-utils/pull/316)) +- Normalise errors when user not accessible ([c98ea5d](https://github.com/atinux/nuxt-auth-utils/commit/c98ea5d)) + +### 🏡 Chore + +- Disable test:types ([ec9b727](https://github.com/atinux/nuxt-auth-utils/commit/ec9b727)) +- Rename jtw to jwt ([#326](https://github.com/atinux/nuxt-auth-utils/pull/326)) +- Update deps ([9cd39e8](https://github.com/atinux/nuxt-auth-utils/commit/9cd39e8)) + +### ❤️ Contributors + +- Sébastien Chopin +- Jonas ([@jonasfroeller](http://github.com/jonasfroeller)) +- Devskillpro ([@devskillpro](http://github.com/devskillpro)) +- Exit ([@exitss](http://github.com/exitss)) +- Benjamin Stauß +- Thijs Wijnmaalen + ## v0.5.7 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.6...v0.5.7) diff --git a/package.json b/package.json index 1fc3be28..f2cfa068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.7", + "version": "0.5.8", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",