Skip to content

Commit

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


## v0.5.5

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

### 🚀 Enhancements

- Add workos oauth provider ([bfa2a88](https://github.com/atinux/nuxt-auth-utils/commit/bfa2a88))
- Add seznam oauth provider ([#285](https://github.com/atinux/nuxt-auth-utils/pull/285))
- **webauthn:** Add event to validateUser to track authenticated users ([#287](https://github.com/atinux/nuxt-auth-utils/pull/287))

### 🏡 Chore

- Update packageManager to pnpm 9.13.2 ([fc0d991](https://github.com/atinux/nuxt-auth-utils/commit/fc0d991))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](http://github.com/atinux))
- David Stranava ([@stranavad](http://github.com/stranavad))
- Brian Coleman <[email protected]>

## v0.5.4

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

0 comments on commit f2b4bbc

Please sign in to comment.