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 10694e9 commit e344c98Copy full SHA for e344c98
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.0.13
5
+
6
+[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.12...v0.0.13)
7
8
+### 🏡 Chore
9
10
+- Rename session from verify to fetch ([10694e9](https://github.com/Atinux/nuxt-auth-utils/commit/10694e9))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
15
16
## v0.0.12
17
18
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.11...v0.0.12)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-auth-utils",
- "version": "0.0.12",
+ "version": "0.0.13",
"description": "Minimalist Auth module for Nuxt with SSR",
"repository": "Atinux/nuxt-auth-utils",
"license": "MIT",
0 commit comments