Skip to content

Commit c645d59

Browse files
committed
chore(release): v0.5.21
1 parent c0ca033 commit c645d59

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.21
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.20...v0.5.21)
7+
8+
### 🩹 Fixes
9+
10+
- **keycloak:** Allow fetch userinfo using internal url ([#430](https://github.com/atinux/nuxt-auth-utils/pull/430))
11+
12+
### 📖 Documentation
13+
14+
- Fix missing auth.d.ts session types in server dir Nuxt 4 ([#437](https://github.com/atinux/nuxt-auth-utils/pull/437))
15+
16+
### 🏡 Chore
17+
18+
- **release:** V0.5.20 ([f7127f5](https://github.com/atinux/nuxt-auth-utils/commit/f7127f5))
19+
- Update to return when using invalidState ([60f32d8](https://github.com/atinux/nuxt-auth-utils/commit/60f32d8))
20+
21+
### ❤️ Contributors
22+
23+
- Han <han.lee@linkx.dev>
24+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
25+
- Eckhardt (Kaizen) Dreyer <eckhardt.dreyer@gmail.com>
26+
427
## v0.5.20
528

629
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.19...v0.5.20)

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

0 commit comments

Comments
 (0)