diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fe6381..81b16e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Changelog +## v0.0.5 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.4...v0.0.5) + +### 🚀 Enhancements + +- Added google as oauth provider ([#3](https://github.com/Atinux/nuxt-auth-utils/pull/3)) +- Added twitch as supported oauth provider ([#5](https://github.com/Atinux/nuxt-auth-utils/pull/5)) +- Added auth0 as oauth provider ([#6](https://github.com/Atinux/nuxt-auth-utils/pull/6)) + +### 💅 Refactors + +- Use `useSession` generic rather than assertion ([#4](https://github.com/Atinux/nuxt-auth-utils/pull/4)) + +### 📖 Documentation + +- Add demo ([cbc8b7a](https://github.com/Atinux/nuxt-auth-utils/commit/cbc8b7a)) + +### 🏡 Chore + +- **release:** V0.0.4 ([2bc6f9a](https://github.com/Atinux/nuxt-auth-utils/commit/2bc6f9a)) + +### ❤️ Contributors + +- Antoine Lassier +- Gerben Mulder ([@Gerbuuun](http://github.com/Gerbuuun)) +- Ahmed Rangel ([@ahmedrangel](http://github.com/ahmedrangel)) +- Akshara Hegde +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v0.0.4 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.3...v0.0.4) diff --git a/package.json b/package.json index 115855d7..c3663384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.4", + "version": "0.0.5", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",