Skip to content

Commit 3112481

Browse files
committed
chore(release): v0.3.9
1 parent 4a0e1e9 commit 3112481

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.9
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.8...v0.3.9)
7+
8+
### 🩹 Fixes
9+
10+
- UserSession secure type augmentation ([#181](https://github.com/Atinux/nuxt-auth-utils/pull/181))
11+
12+
### 🏡 Chore
13+
14+
- Update deps ([4a0e1e9](https://github.com/Atinux/nuxt-auth-utils/commit/4a0e1e9))
15+
16+
### ❤️ Contributors
17+
18+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
19+
- Israel Ortuño <ai.ortuno@gmail.com>
20+
421
## v0.3.8
522

623
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.7...v0.3.8)

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

0 commit comments

Comments
 (0)