Skip to content

Commit 44b06c6

Browse files
committed
chore(release): v0.5.8
1 parent 9cd39e8 commit 44b06c6

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.8
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.7...v0.5.8)
7+
8+
### 🚀 Enhancements
9+
10+
- Self-hosted Gitlab instances ([#323](https://github.com/atinux/nuxt-auth-utils/pull/323))
11+
- Add Line OAuth provider ([#312](https://github.com/atinux/nuxt-auth-utils/pull/312))
12+
- Add atlassian oauth-provider ([#307](https://github.com/atinux/nuxt-auth-utils/pull/307), [#308](https://github.com/atinux/nuxt-auth-utils/pull/308))
13+
14+
### 🩹 Fixes
15+
16+
- Add discord oauth error ([#316](https://github.com/atinux/nuxt-auth-utils/pull/316))
17+
- Normalise errors when user not accessible ([c98ea5d](https://github.com/atinux/nuxt-auth-utils/commit/c98ea5d))
18+
19+
### 🏡 Chore
20+
21+
- Disable test:types ([ec9b727](https://github.com/atinux/nuxt-auth-utils/commit/ec9b727))
22+
- Rename jtw to jwt ([#326](https://github.com/atinux/nuxt-auth-utils/pull/326))
23+
- Update deps ([9cd39e8](https://github.com/atinux/nuxt-auth-utils/commit/9cd39e8))
24+
25+
### ❤️ Contributors
26+
27+
- Sébastien Chopin <[email protected]>
28+
- Jonas ([@jonasfroeller](http://github.com/jonasfroeller))
29+
- Devskillpro ([@devskillpro](http://github.com/devskillpro))
30+
- Exit ([@exitss](http://github.com/exitss))
31+
- Benjamin Stauß <[email protected]>
32+
- Thijs Wijnmaalen <[email protected]>
33+
434
## v0.5.7
535

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

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

0 commit comments

Comments
 (0)