Skip to content

Commit

Permalink
chore(release): v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Dec 13, 2024
1 parent c9a3716 commit 4aedb34
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v0.5.7

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

### 🚀 Enhancements

- Keycloak internal server URL ([ac61ae5](https://github.com/atinux/nuxt-auth-utils/commit/ac61ae5))
- **cognito:** Integrate OpenID Connect discovery for improved OAuth flow ([7a01cc3](https://github.com/atinux/nuxt-auth-utils/commit/7a01cc3))
- Add hubspot provider ([1a79baf](https://github.com/atinux/nuxt-auth-utils/commit/1a79baf))

### 🩹 Fixes

- Make sure the required env is checked ([#306](https://github.com/atinux/nuxt-auth-utils/pull/306))

### 🏡 Chore

- Lint fix ([3532d48](https://github.com/atinux/nuxt-auth-utils/commit/3532d48))
- Update deps ([f6f6b71](https://github.com/atinux/nuxt-auth-utils/commit/f6f6b71))
- Update deps ([7d09be5](https://github.com/atinux/nuxt-auth-utils/commit/7d09be5))
- Lint fix ([c9a3716](https://github.com/atinux/nuxt-auth-utils/commit/c9a3716))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](http://github.com/atinux))
- Guilherme Guimarães <[email protected]>
- Gage Keenan ([@kilakewe](http://github.com/kilakewe))
- Carl Gödecken ([@MasterCarl](http://github.com/MasterCarl))

## v0.5.6

[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.5...v0.5.6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-auth-utils",
"version": "0.5.6",
"version": "0.5.7",
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4aedb34

Please sign in to comment.