Skip to content

Commit

Permalink
chore(release): v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 14, 2024
1 parent 139197b commit 21bff83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.5.4

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

### 🚀 Enhancements

- Forward set-cookie header for `useUserSession().clear()` ([#282](https://github.com/atinux/nuxt-auth-utils/pull/282))

### 🏡 Chore

- Add SessionConfig type ([7633e27](https://github.com/atinux/nuxt-auth-utils/commit/7633e27))
- Fix types ([5d58645](https://github.com/atinux/nuxt-auth-utils/commit/5d58645))
- Update deps ([ffafb2c](https://github.com/atinux/nuxt-auth-utils/commit/ffafb2c))
- Rename jtw to jwt ([139197b](https://github.com/atinux/nuxt-auth-utils/commit/139197b))

### ❤️ Contributors

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

## v0.5.3

[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.2...v0.5.3)
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.3",
"version": "0.5.4",
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 21bff83

Please sign in to comment.