Skip to content

Commit 5316d10

Browse files
committed
chore(release): v0.0.7
1 parent 5b060b8 commit 5316d10

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.7
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.6...v0.0.7)
7+
8+
### 🩹 Fixes
9+
10+
- **oauth:** Add generic OAuthConfig type ([#18](https://github.com/Atinux/nuxt-auth-utils/pull/18))
11+
12+
### 📖 Documentation
13+
14+
- Use consistent reference to module ([13daa78](https://github.com/Atinux/nuxt-auth-utils/commit/13daa78))
15+
16+
### 🏡 Chore
17+
18+
- Add SameSite=lax ([1b296e2](https://github.com/Atinux/nuxt-auth-utils/commit/1b296e2))
19+
20+
### ❤️ Contributors
21+
22+
- Sigve Hansen ([@sifferhans](http://github.com/sifferhans))
23+
- Daniel Roe <daniel@roe.dev>
24+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
25+
426
## v0.0.6
527

628
[compare changes](https://github.com/Atinux/nuxt-auth-utils/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": "nuxt-auth-utils",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Minimalist Auth module for Nuxt with SSR",
55
"repository": "Atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)