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 c5400fe commit 6283cadCopy full SHA for 6283cad
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.0.6
5
+
6
+[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.5...v0.0.6)
7
8
+### 🩹 Fixes
9
10
+- Update path for auth route middleware to remove file extension ([c5400fe](https://github.com/productdevbook/better-auth-nuxt/commit/c5400fe))
11
12
+### ❤️ Contributors
13
14
+- Productdevbook <hi@productdevbook.com>
15
16
## v0.0.5
17
18
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.4...v0.0.5)
package.json
@@ -1,6 +1,6 @@
{
"name": "better-auth-nuxt",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "Better Auth Nuxt Module",
"repository": "productdevbook/better-auth-nuxt",
"license": "MIT",
0 commit comments