Skip to content

Commit

Permalink
chore(release): v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 11, 2024
1 parent 1fb081c commit 9dc929c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.5.3

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

### 🚀 Enhancements

- Add authentik provider ([33686af](https://github.com/atinux/nuxt-auth-utils/commit/33686af))

### 🩹 Fixes

- **composable:** Use same context for `clear` and `fetch` ([#278](https://github.com/atinux/nuxt-auth-utils/pull/278))

### 🏡 Chore

- Update deps ([6072a74](https://github.com/atinux/nuxt-auth-utils/commit/6072a74))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](http://github.com/atinux))
- Aoor9 ([@aoor9](http://github.com/aoor9))

## v0.5.2

[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.1...v0.5.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-auth-utils",
"version": "0.5.2",
"version": "0.5.3",
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9dc929c

Please sign in to comment.