Skip to content

Commit 4aedb34

Browse files
committed
chore(release): v0.5.7
1 parent c9a3716 commit 4aedb34

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.7
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.6...v0.5.7)
7+
8+
### 🚀 Enhancements
9+
10+
- Keycloak internal server URL ([ac61ae5](https://github.com/atinux/nuxt-auth-utils/commit/ac61ae5))
11+
- **cognito:** Integrate OpenID Connect discovery for improved OAuth flow ([7a01cc3](https://github.com/atinux/nuxt-auth-utils/commit/7a01cc3))
12+
- Add hubspot provider ([1a79baf](https://github.com/atinux/nuxt-auth-utils/commit/1a79baf))
13+
14+
### 🩹 Fixes
15+
16+
- Make sure the required env is checked ([#306](https://github.com/atinux/nuxt-auth-utils/pull/306))
17+
18+
### 🏡 Chore
19+
20+
- Lint fix ([3532d48](https://github.com/atinux/nuxt-auth-utils/commit/3532d48))
21+
- Update deps ([f6f6b71](https://github.com/atinux/nuxt-auth-utils/commit/f6f6b71))
22+
- Update deps ([7d09be5](https://github.com/atinux/nuxt-auth-utils/commit/7d09be5))
23+
- Lint fix ([c9a3716](https://github.com/atinux/nuxt-auth-utils/commit/c9a3716))
24+
25+
### ❤️ Contributors
26+
27+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
28+
- Guilherme Guimarães <[email protected]>
29+
- Gage Keenan ([@kilakewe](http://github.com/kilakewe))
30+
- Carl Gödecken ([@MasterCarl](http://github.com/MasterCarl))
31+
432
## v0.5.6
533

634
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.5...v0.5.6)

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

0 commit comments

Comments
 (0)