Skip to content

Commit fd5a2c1

Browse files
committed
chore(release): v0.0.1
1 parent 9b75953 commit fd5a2c1

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🩹 Fixes
8+
9+
- Workaround for addServerImportsDir not working ([5a189df](https://github.com/Atinux/nuxt-auth-core/commit/5a189df))
10+
11+
### 📖 Documentation
12+
13+
- Update readme ([06f1504](https://github.com/Atinux/nuxt-auth-core/commit/06f1504))
14+
15+
### 🏡 Chore
16+
17+
- Init ([19caed2](https://github.com/Atinux/nuxt-auth-core/commit/19caed2))
18+
- Add runtime config ([9013484](https://github.com/Atinux/nuxt-auth-core/commit/9013484))
19+
- V0 ([18ea43a](https://github.com/Atinux/nuxt-auth-core/commit/18ea43a))
20+
- Init ([9b75953](https://github.com/Atinux/nuxt-auth-core/commit/9b75953))
21+
22+
### ❤️ Contributors
23+
24+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
25+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-auth-core",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Minimalist Auth module for Nuxt",
55
"repository": "Atinux/nuxt-auth-core",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"nuxt": "^3.8.0",
4848
"vitest": "^0.33.0"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)