Skip to content

Commit c9471c2

Browse files
committed
chore(release): v1.0.0-beta.0
1 parent 8a489e4 commit c9471c2

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+
## v1.0.0-beta.0
5+
6+
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.18.0...v1.0.0-beta.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **provider:** ✨ Added PayPal provider ([b7f8b07](https://github.com/itpropro/nuxt-oidc-auth/commit/b7f8b07))
11+
12+
### 💅 Refactors
13+
14+
- **structure:** ♻️ Reorganized handlers ([6eca959](https://github.com/itpropro/nuxt-oidc-auth/commit/6eca959))
15+
16+
### 📖 Documentation
17+
18+
- **readme:** ✏️ Updated Zitadel feature support ([4ff91f2](https://github.com/itpropro/nuxt-oidc-auth/commit/4ff91f2))
19+
- **docs:** ✏️ Added dedicated docs ([2c06628](https://github.com/itpropro/nuxt-oidc-auth/commit/2c06628))
20+
- **docs:** ✏️ Updated PayPal docs ([dfdc15f](https://github.com/itpropro/nuxt-oidc-auth/commit/dfdc15f))
21+
22+
### 🏡 Chore
23+
24+
- **lint:** 🚨 Updated linter config ([8a489e4](https://github.com/itpropro/nuxt-oidc-auth/commit/8a489e4))
25+
26+
### ❤️ Contributors
27+
28+
- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))
29+
430
## v0.18.0
531

632
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.17.0...v0.18.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.18.0",
4+
"version": "1.0.0-beta.0",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "OIDC authentication module for Nuxt SSR",

0 commit comments

Comments
 (0)