diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f400a85..cd2d4a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v0.0.16 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.15...v0.0.16) + +### 🚀 Enhancements + +- Add replaceUserSession() ([#44](https://github.com/Atinux/nuxt-auth-utils/pull/44)) + +### 🩹 Fixes + +- **google:** Remove `redirectUrl` type ([#52](https://github.com/Atinux/nuxt-auth-utils/pull/52)) + +### 🏡 Chore + +- Better server types ([#51](https://github.com/Atinux/nuxt-auth-utils/pull/51)) +- Update deps ([b930118](https://github.com/Atinux/nuxt-auth-utils/commit/b930118)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Maximilian Götz-Mikus ([@maximilianmikus](http://github.com/maximilianmikus)) +- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw)) + ## v0.0.15 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.14...v0.0.15) diff --git a/package.json b/package.json index 2bdc7edf..cdb3ff74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.15", + "version": "0.0.16", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",