Skip to content

Commit 22ddeb6

Browse files
chore(release): v0.0.7
1 parent 872ee91 commit 22ddeb6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.7
5+
6+
[compare changes](https://github.com/productdevbook/better-auth-nuxt/compare/v0.0.6...v0.0.7)
7+
8+
### 🩹 Fixes
9+
10+
- Middleware types ([#5](https://github.com/productdevbook/better-auth-nuxt/pull/5))
11+
12+
### 🏡 Chore
13+
14+
- Update readme ([#4](https://github.com/productdevbook/better-auth-nuxt/pull/4))
15+
- Update installation and script commands to use pnpm ([c7ebde9](https://github.com/productdevbook/better-auth-nuxt/commit/c7ebde9))
16+
17+
### ❤️ Contributors
18+
19+
20+
- Productdevbook <[email protected]>
21+
- Miguelrk <[email protected]>
22+
423
## v0.0.6
524

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

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

0 commit comments

Comments
 (0)