Skip to content

Commit aadcd41

Browse files
chore(release): v0.0.8
1 parent 50ac96a commit aadcd41

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.8
5+
6+
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.7...v0.0.8)
7+
8+
### 🩹 Fixes
9+
10+
- Update server configuration file path in README ([cbb8cd3](https://github.com/productdevbook/better-auth-nuxt/commit/cbb8cd3))
11+
- Update installation instructions to include 'better-auth' package ([0b1ffd0](https://github.com/productdevbook/better-auth-nuxt/commit/0b1ffd0))
12+
- Update server-side and client-side auth configuration to use type satisfaction ([a91a7a3](https://github.com/productdevbook/better-auth-nuxt/commit/a91a7a3))
13+
- Update release script to use pnpm for publishing ([#7](https://github.com/productdevbook/better-auth-nuxt/pull/7))
14+
15+
### 📖 Documentation
16+
17+
- Add note to run 'pnpm nuxt prepare' after modifying configuration files ([b738b5b](https://github.com/productdevbook/better-auth-nuxt/commit/b738b5b))
18+
19+
### ❤️ Contributors
20+
21+
22+
- Productdevbook <[email protected]>
23+
424
## v0.0.7
525

626
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.6...v0.0.7)

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

0 commit comments

Comments
 (0)