diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a85d61..405d583f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.0.12 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.11...v0.0.12) + +### 🩹 Fixes + +- Correct arguments for hooks ([6e0193e](https://github.com/Atinux/nuxt-auth-utils/commit/6e0193e)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v0.0.11 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.10...v0.0.11) diff --git a/package.json b/package.json index e306d402..cb0d6e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.11", + "version": "0.0.12", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",