We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0193e commit a74e7f4Copy full SHA for a74e7f4
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.0.12
5
+
6
+[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.11...v0.0.12)
7
8
+### 🩹 Fixes
9
10
+- Correct arguments for hooks ([6e0193e](https://github.com/Atinux/nuxt-auth-utils/commit/6e0193e))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
15
16
## v0.0.11
17
18
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.10...v0.0.11)
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",
0 commit comments