Skip to content

Commit 9dc929c

Browse files
committed
chore(release): v0.5.3
1 parent 1fb081c commit 9dc929c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.3
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.2...v0.5.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Add authentik provider ([33686af](https://github.com/atinux/nuxt-auth-utils/commit/33686af))
11+
12+
### 🩹 Fixes
13+
14+
- **composable:** Use same context for `clear` and `fetch` ([#278](https://github.com/atinux/nuxt-auth-utils/pull/278))
15+
16+
### 🏡 Chore
17+
18+
- Update deps ([6072a74](https://github.com/atinux/nuxt-auth-utils/commit/6072a74))
19+
20+
### ❤️ Contributors
21+
22+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
23+
- Aoor9 ([@aoor9](http://github.com/aoor9))
24+
425
## v0.5.2
526

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

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

0 commit comments

Comments
 (0)