Skip to content

Commit f2b4bbc

Browse files
committed
chore(release): v0.5.5
1 parent 5392da9 commit f2b4bbc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.5
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.4...v0.5.5)
7+
8+
### 🚀 Enhancements
9+
10+
- Add workos oauth provider ([bfa2a88](https://github.com/atinux/nuxt-auth-utils/commit/bfa2a88))
11+
- Add seznam oauth provider ([#285](https://github.com/atinux/nuxt-auth-utils/pull/285))
12+
- **webauthn:** Add event to validateUser to track authenticated users ([#287](https://github.com/atinux/nuxt-auth-utils/pull/287))
13+
14+
### 🏡 Chore
15+
16+
- Update packageManager to pnpm 9.13.2 ([fc0d991](https://github.com/atinux/nuxt-auth-utils/commit/fc0d991))
17+
18+
### ❤️ Contributors
19+
20+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
21+
- David Stranava ([@stranavad](http://github.com/stranavad))
22+
- Brian Coleman <[email protected]>
23+
424
## v0.5.4
525

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

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

0 commit comments

Comments
 (0)