diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7a2379..51c568d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.0.14 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.13...v0.0.14) + +### 🚀 Enhancements + +- Added keycloak as oauth provider ([#23](https://github.com/Atinux/nuxt-auth-utils/pull/23)) + +### 🏡 Chore + +- Test bundler module resolution ([#32](https://github.com/Atinux/nuxt-auth-utils/pull/32)) +- Update deps ([9d6b258](https://github.com/Atinux/nuxt-auth-utils/commit/9d6b258)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Yue JIN +- Daniel Roe + ## v0.0.13 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.12...v0.0.13) diff --git a/package.json b/package.json index 3854265f..232651c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.13", + "version": "0.0.14", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",