Skip to content

Commit 21bff83

Browse files
committed
chore(release): v0.5.4
1 parent 139197b commit 21bff83

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.5.4
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.3...v0.5.4)
7+
8+
### 🚀 Enhancements
9+
10+
- Forward set-cookie header for `useUserSession().clear()` ([#282](https://github.com/atinux/nuxt-auth-utils/pull/282))
11+
12+
### 🏡 Chore
13+
14+
- Add SessionConfig type ([7633e27](https://github.com/atinux/nuxt-auth-utils/commit/7633e27))
15+
- Fix types ([5d58645](https://github.com/atinux/nuxt-auth-utils/commit/5d58645))
16+
- Update deps ([ffafb2c](https://github.com/atinux/nuxt-auth-utils/commit/ffafb2c))
17+
- Rename jtw to jwt ([139197b](https://github.com/atinux/nuxt-auth-utils/commit/139197b))
18+
19+
### ❤️ Contributors
20+
21+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
22+
423
## v0.5.3
524

625
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.2...v0.5.3)

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.5.3",
3+
"version": "0.5.4",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)