Skip to content

Commit

Permalink
chore(release): v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Sep 26, 2024
1 parent 40b8477 commit 8cabb69
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.18.0

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

### 🚀 Enhancements

- **provider:** ✨ Added Zitadel provider ([e3a9ad2](https://github.com/itpropro/nuxt-oidc-auth/commit/e3a9ad2))
- **validation:** ✨ Improved aud field handling in validation process ([b0e8bec](https://github.com/itpropro/nuxt-oidc-auth/commit/b0e8bec))

### 💅 Refactors

- **encoding:** ♻️ Replaced encoding implementation with undio functions ([b295030](https://github.com/itpropro/nuxt-oidc-auth/commit/b295030))
- **token:** ♻️ Improved token validation ([6f70645](https://github.com/itpropro/nuxt-oidc-auth/commit/6f70645))

### 📖 Documentation

- **readme:** ✏️ Added Zitadel documentation; Updated structure ([40b8477](https://github.com/itpropro/nuxt-oidc-auth/commit/40b8477))

### ❤️ Contributors

- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))

## v0.17.0

[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.16.0...v0.17.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-oidc-auth",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": false,
"packageManager": "[email protected]",
"description": "OIDC authentication module for Nuxt SSR",
Expand Down

0 comments on commit 8cabb69

Please sign in to comment.