Skip to content

Commit 0ff5cc7

Browse files
committed
chore(release): v0.5.24
1 parent 4589de2 commit 0ff5cc7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.24
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.23...v0.5.24)
7+
8+
### 🚀 Enhancements
9+
10+
- Add client-only load strategy ([#443](https://github.com/atinux/nuxt-auth-utils/pull/443))
11+
12+
### 🩹 Fixes
13+
14+
- **Keycloak:** Use `realmURLInternal` for internal calls ([#414](https://github.com/atinux/nuxt-auth-utils/pull/414))
15+
- Add configurable scope to Authentik provider ([#446](https://github.com/atinux/nuxt-auth-utils/pull/446))
16+
17+
### 🏡 Chore
18+
19+
- Update all deps ([#448](https://github.com/atinux/nuxt-auth-utils/pull/448))
20+
21+
### ❤️ Contributors
22+
23+
- Sébastien Chopin <seb@nuxt.com>
24+
- Frédéric Delaporte ([@fredericDelaporte](https://github.com/fredericDelaporte))
25+
- Vadim Kostin ([@adinvadim](https://github.com/adinvadim))
26+
- Piotr Kozłowski <piotr.kozlowski@gmail.com>
27+
428
## v0.5.23
529

630
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.22...v0.5.23)

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

0 commit comments

Comments
 (0)