Skip to content

Commit c6c9e06

Browse files
committed
chore(release): v1.0.0-beta.2
1 parent 165cf73 commit c6c9e06

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.0.0-beta.2
5+
6+
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v1.0.0-beta.1...v1.0.0-beta.2)
7+
8+
### 🚀 Enhancements
9+
10+
- **provider:** ✨ Added Microsoft provider ([3f2519d](https://github.com/itpropro/nuxt-oidc-auth/commit/3f2519d))
11+
12+
### 📖 Documentation
13+
14+
- **provider:** ✏️ Added docs for Microsoft provider ([e79f856](https://github.com/itpropro/nuxt-oidc-auth/commit/e79f856))
15+
16+
### ❤️ Contributors
17+
18+
- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))
19+
420
## v1.0.0-beta.1
521

622
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v1.0.0-beta.0...v1.0.0-beta.1)

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": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "OIDC authentication module for Nuxt SSR",

0 commit comments

Comments
 (0)