Skip to content

Commit

Permalink
chore(release): v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 21, 2025
1 parent 9cd39e8 commit 44b06c6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v0.5.8

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

### 🚀 Enhancements

- Self-hosted Gitlab instances ([#323](https://github.com/atinux/nuxt-auth-utils/pull/323))
- Add Line OAuth provider ([#312](https://github.com/atinux/nuxt-auth-utils/pull/312))
- Add atlassian oauth-provider ([#307](https://github.com/atinux/nuxt-auth-utils/pull/307), [#308](https://github.com/atinux/nuxt-auth-utils/pull/308))

### 🩹 Fixes

- Add discord oauth error ([#316](https://github.com/atinux/nuxt-auth-utils/pull/316))
- Normalise errors when user not accessible ([c98ea5d](https://github.com/atinux/nuxt-auth-utils/commit/c98ea5d))

### 🏡 Chore

- Disable test:types ([ec9b727](https://github.com/atinux/nuxt-auth-utils/commit/ec9b727))
- Rename jtw to jwt ([#326](https://github.com/atinux/nuxt-auth-utils/pull/326))
- Update deps ([9cd39e8](https://github.com/atinux/nuxt-auth-utils/commit/9cd39e8))

### ❤️ Contributors

- Sébastien Chopin <[email protected]>
- Jonas ([@jonasfroeller](http://github.com/jonasfroeller))
- Devskillpro ([@devskillpro](http://github.com/devskillpro))
- Exit ([@exitss](http://github.com/exitss))
- Benjamin Stauß <[email protected]>
- Thijs Wijnmaalen <[email protected]>

## v0.5.7

[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.6...v0.5.7)
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.7",
"version": "0.5.8",
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 44b06c6

Please sign in to comment.