Skip to content

Commit 3794a03

Browse files
committed
chore(release): v0.5.28
1 parent 6f3a1a2 commit 3794a03

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.5.28
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.27...v0.5.28)
7+
8+
### 🚀 Enhancements
9+
10+
- Add osu! oauth provider ([#492](https://github.com/atinux/nuxt-auth-utils/pull/492))
11+
12+
### 🩹 Fixes
13+
14+
- Rename `oicd` to `oidc` in OAuthProvider type ([#485](https://github.com/atinux/nuxt-auth-utils/pull/485))
15+
- **OIDC:** Typo + make `PKCE` and `nonce` mandatory as per specs ([#491](https://github.com/atinux/nuxt-auth-utils/pull/491))
16+
17+
### 📖 Documentation
18+
19+
- Add tip in the readme for access aaguid and how to use it ([#487](https://github.com/atinux/nuxt-auth-utils/pull/487))
20+
21+
### 🏡 Chore
22+
23+
- Add types for Kick and Twitch providers ([#489](https://github.com/atinux/nuxt-auth-utils/pull/489))
24+
25+
### ❤️ Contributors
26+
27+
- Sandro Circi ([@sandros94](https://github.com/sandros94))
28+
- Agatem ([@agatemosu](https://github.com/agatemosu))
29+
- Lars Rickert <lars.rickert@mail.schwarz>
30+
- Ahmed Rangel ([@ahmedrangel](https://github.com/ahmedrangel))
31+
- Kevin Olson ([@acidjazz](https://github.com/acidjazz))
32+
433
## v0.5.27
534

635
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.26...v0.5.27)

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

0 commit comments

Comments
 (0)