Skip to content

Commit 5434d1d

Browse files
committed
chore(release): v0.5.2
1 parent a13b054 commit 5434d1d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.2
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.1...v0.5.2)
7+
8+
### 🚀 Enhancements
9+
10+
- Zitadel provider implementation ([d4c0b5a](https://github.com/atinux/nuxt-auth-utils/commit/d4c0b5a))
11+
12+
### 🏡 Chore
13+
14+
- **release:** V0.5.1 ([727b5b4](https://github.com/atinux/nuxt-auth-utils/commit/727b5b4))
15+
- Fix package format ([247ec8f](https://github.com/atinux/nuxt-auth-utils/commit/247ec8f))
16+
- **playground:** Max height for dropdow ([10951b0](https://github.com/atinux/nuxt-auth-utils/commit/10951b0))
17+
- Update deps ([3e9422f](https://github.com/atinux/nuxt-auth-utils/commit/3e9422f))
18+
- **playground:** Update deps ([1d0d7f7](https://github.com/atinux/nuxt-auth-utils/commit/1d0d7f7))
19+
- Fix types ([a13b054](https://github.com/atinux/nuxt-auth-utils/commit/a13b054))
20+
21+
### ❤️ Contributors
22+
23+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
24+
- Velka ([@Velka-DEV](http://github.com/Velka-DEV))
25+
426
## v0.5.1
527

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

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

0 commit comments

Comments
 (0)