Skip to content

Commit 404acc6

Browse files
committed
chore(release): v0.5.0
1 parent 5a4ecb3 commit 404acc6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.0
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.4.4...v0.5.0)
7+
8+
### 📖 Documentation
9+
10+
- Set webauthn version to v10 ([ca151c7](https://github.com/atinux/nuxt-auth-utils/commit/ca151c7))
11+
- Fix typo ([#251](https://github.com/atinux/nuxt-auth-utils/pull/251))
12+
13+
### 🏡 Chore
14+
15+
- **playground:** Remove duplicate code ([edc14ce](https://github.com/atinux/nuxt-auth-utils/commit/edc14ce))
16+
- ⚠️ Update simplewebauthn to v11 ([92e3e2e](https://github.com/atinux/nuxt-auth-utils/commit/92e3e2e))
17+
- Update deps ([5a4ecb3](https://github.com/atinux/nuxt-auth-utils/commit/5a4ecb3))
18+
19+
#### ⚠️ Breaking Changes
20+
21+
- ⚠️ Update simplewebauthn to v11 ([92e3e2e](https://github.com/atinux/nuxt-auth-utils/commit/92e3e2e))
22+
23+
### ❤️ Contributors
24+
25+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
26+
- Gerben Mulder <[email protected]>
27+
- Nekohaxx ([@nekohaxx](http://github.com/nekohaxx))
28+
- FreeCoderX ([@yxw007](http://github.com/yxw007))
29+
430
## v0.4.4
531

632
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.4.3...v0.4.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.4.4",
3+
"version": "0.5.0",
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)