Skip to content

Commit 8cabb69

Browse files
committed
chore(release): v0.18.0
1 parent 40b8477 commit 8cabb69

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.18.0
5+
6+
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.17.0...v0.18.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **provider:** ✨ Added Zitadel provider ([e3a9ad2](https://github.com/itpropro/nuxt-oidc-auth/commit/e3a9ad2))
11+
- **validation:** ✨ Improved aud field handling in validation process ([b0e8bec](https://github.com/itpropro/nuxt-oidc-auth/commit/b0e8bec))
12+
13+
### 💅 Refactors
14+
15+
- **encoding:** ♻️ Replaced encoding implementation with undio functions ([b295030](https://github.com/itpropro/nuxt-oidc-auth/commit/b295030))
16+
- **token:** ♻️ Improved token validation ([6f70645](https://github.com/itpropro/nuxt-oidc-auth/commit/6f70645))
17+
18+
### 📖 Documentation
19+
20+
- **readme:** ✏️ Added Zitadel documentation; Updated structure ([40b8477](https://github.com/itpropro/nuxt-oidc-auth/commit/40b8477))
21+
22+
### ❤️ Contributors
23+
24+
- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))
25+
426
## v0.17.0
527

628
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.16.0...v0.17.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-oidc-auth",
33
"type": "module",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "OIDC authentication module for Nuxt SSR",

0 commit comments

Comments
 (0)