Skip to content

Commit 0e81f00

Browse files
chore(release): v0.0.3
1 parent ac18f51 commit 0e81f00

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.0.3
5+
6+
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.2...v0.0.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Implement client-side authentication and middleware support ([1fd4909](https://github.com/productdevbook/better-auth-nuxt/commit/1fd4909))
11+
- Auth client setup ([ac18f51](https://github.com/productdevbook/better-auth-nuxt/commit/ac18f51))
12+
13+
### 🩹 Fixes
14+
15+
- Update import paths for better-auth module to use correct server references ([f39282d](https://github.com/productdevbook/better-auth-nuxt/commit/f39282d))
16+
- Update import paths for server and client modules to use relative references ([134f32a](https://github.com/productdevbook/better-auth-nuxt/commit/134f32a))
17+
- Update import paths for server and client templates to use resolved destinations ([57d74fe](https://github.com/productdevbook/better-auth-nuxt/commit/57d74fe))
18+
19+
### 💅 Refactors
20+
21+
- Remove unused composables and clean up module imports ([f7e24f2](https://github.com/productdevbook/better-auth-nuxt/commit/f7e24f2))
22+
23+
### ❤️ Contributors
24+
25+
- Productdevbook <[email protected]>
26+
427
## v0.0.2
528

629
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.1...v0.0.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth-nuxt",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Better Auth Nuxt Module",
55
"repository": "productdevbook/better-auth-nuxt",
66
"license": "MIT",

0 commit comments

Comments
 (0)