Skip to content

Commit 362c95f

Browse files
chore(release): v0.0.2
1 parent 6833102 commit 362c95f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.2
5+
6+
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.1...v0.0.2)
7+
8+
### 🚀 Enhancements
9+
10+
- Enhance better-auth module with comprehensive options and runtime configuration ([8c04711](https://github.com/productdevbook/better-auth-nuxt/commit/8c04711))
11+
- Add new runtime configurations and templates for better-auth module ([338afff](https://github.com/productdevbook/better-auth-nuxt/commit/338afff))
12+
- Add initial configuration for better-auth module ([4c475a2](https://github.com/productdevbook/better-auth-nuxt/commit/4c475a2))
13+
- Add server auto imports ([a28340a](https://github.com/productdevbook/better-auth-nuxt/commit/a28340a))
14+
- Add new dependencies and update module options for better-auth integration ([6833102](https://github.com/productdevbook/better-auth-nuxt/commit/6833102))
15+
16+
### 🩹 Fixes
17+
18+
- Correct server handler path in addServerHandler function ([75bdcfd](https://github.com/productdevbook/better-auth-nuxt/commit/75bdcfd))
19+
20+
### 🏡 Chore
21+
22+
- Remove CI workflow configuration ([377ec16](https://github.com/productdevbook/better-auth-nuxt/commit/377ec16))
23+
- Playground add betterAuth ([86c1809](https://github.com/productdevbook/better-auth-nuxt/commit/86c1809))
24+
- Remove console log from serverAuth function for cleaner output ([a817388](https://github.com/productdevbook/better-auth-nuxt/commit/a817388))
25+
26+
### ❤️ Contributors
27+
28+
- Productdevbook <[email protected]>
29+
430
## v0.0.1
531

632

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.1",
3+
"version": "0.0.2",
44
"description": "Better Auth Nuxt Module",
55
"repository": "productdevbook/better-auth-nuxt",
66
"license": "MIT",

0 commit comments

Comments
 (0)