Skip to content

Commit 9d1342c

Browse files
committed
chore(release): v0.0.3
1 parent 15764a7 commit 9d1342c

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.0.3
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.2...v0.0.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Allow users to define custom session factory + types ([#2](https://github.com/Atinux/nuxt-auth-utils/pull/2))
11+
12+
### 🩹 Fixes
13+
14+
- Don't log warning about password when preparing types ([804057b](https://github.com/Atinux/nuxt-auth-utils/commit/804057b))
15+
- Import useRuntimeConfig ([bdbb4b8](https://github.com/Atinux/nuxt-auth-utils/commit/bdbb4b8))
16+
17+
### 🏡 Chore
18+
19+
- Remove `.nuxtrc` ([3f96e97](https://github.com/Atinux/nuxt-auth-utils/commit/3f96e97))
20+
- Add type testing script ([e9ffa5e](https://github.com/Atinux/nuxt-auth-utils/commit/e9ffa5e))
21+
- Move playground into workspace ([bd8108c](https://github.com/Atinux/nuxt-auth-utils/commit/bd8108c))
22+
- Add playground type test ([74f452c](https://github.com/Atinux/nuxt-auth-utils/commit/74f452c))
23+
24+
### 🤖 CI
25+
26+
- Run lint + test actions in ci ([f50c1b5](https://github.com/Atinux/nuxt-auth-utils/commit/f50c1b5))
27+
28+
### ❤️ Contributors
29+
30+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
31+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
32+
433
## v0.0.2
534

635
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.1...v0.0.2)

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-utils",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Minimalist Auth module for Nuxt with SSR",
55
"repository": "Atinux/nuxt-auth-utils",
66
"license": "MIT",
@@ -51,4 +51,4 @@
5151
"vitest": "^0.33.0",
5252
"vue-tsc": "^1.8.22"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)