Skip to content

Commit a814b58

Browse files
committed
chore(release): v0.0.17
1 parent ff868a6 commit a814b58

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.17
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.16...v0.0.17)
7+
8+
### 🩹 Fixes
9+
10+
- UserSession user type augmentation ([#54](https://github.com/Atinux/nuxt-auth-utils/pull/54))
11+
12+
### 🏡 Chore
13+
14+
- Update deps ([fdaa88c](https://github.com/Atinux/nuxt-auth-utils/commit/fdaa88c))
15+
- Add api test route ([9aed7fe](https://github.com/Atinux/nuxt-auth-utils/commit/9aed7fe))
16+
- Update deps in playground ([95c657f](https://github.com/Atinux/nuxt-auth-utils/commit/95c657f))
17+
18+
### ❤️ Contributors
19+
20+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
21+
- Gerben Mulder ([@Gerbuuun](http://github.com/Gerbuuun))
22+
423
## v0.0.16
524

625
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.15...v0.0.16)

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.16",
3+
"version": "0.0.17",
44
"description": "Minimalist Auth module for Nuxt with SSR",
55
"repository": "Atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)