Skip to content

Commit 727b5b4

Browse files
committed
chore(release): v0.5.1
1 parent 8947e40 commit 727b5b4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.1
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.0...v0.5.1)
7+
8+
### 🩹 Fixes
9+
10+
- `useWebAuthn` composable registration & fix `allowCredentials` / `excludeCredentials` option ([#266](https://github.com/atinux/nuxt-auth-utils/pull/266))
11+
12+
### 🏡 Chore
13+
14+
- **release:** V0.5.0 ([404acc6](https://github.com/atinux/nuxt-auth-utils/commit/404acc6))
15+
- Update deps ([8947e40](https://github.com/atinux/nuxt-auth-utils/commit/8947e40))
16+
17+
### ❤️ Contributors
18+
19+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
20+
- Gerben Mulder <github.undergo381@passmail.net>
21+
422
## v0.5.0
523

624
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.4.4...v0.5.0)

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.0",
3+
"version": "0.5.1",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": "atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)