Skip to content

Commit eef7119

Browse files
committed
chore(release): v0.5.6
1 parent f4ef630 commit eef7119

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.6
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.5...v0.5.6)
7+
8+
### 🚀 Enhancements
9+
10+
- Adding `organization_id` option for WorkOS provider ([677b226](https://github.com/atinux/nuxt-auth-utils/commit/677b226))
11+
- Add strava oauth provider ([96363b2](https://github.com/atinux/nuxt-auth-utils/commit/96363b2))
12+
13+
### 🩹 Fixes
14+
15+
- Seznam config ([90d0d18](https://github.com/atinux/nuxt-auth-utils/commit/90d0d18))
16+
- **instagram:** Oauth provider ([192e0e7](https://github.com/atinux/nuxt-auth-utils/commit/192e0e7))
17+
18+
### 🏡 Chore
19+
20+
- Update deps ([fb894bf](https://github.com/atinux/nuxt-auth-utils/commit/fb894bf))
21+
- Update deps" ([f4ef630](https://github.com/atinux/nuxt-auth-utils/commit/f4ef630))
22+
23+
### ❤️ Contributors
24+
25+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
26+
- Sandro Circi ([@sandros94](http://github.com/sandros94))
27+
- Justpeterpan <[email protected]>
28+
- David Stranava ([@stranavad](http://github.com/stranavad))
29+
- Brian Coleman ([@brianacdev](http://github.com/brianacdev))
30+
431
## v0.5.5
532

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

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

0 commit comments

Comments
 (0)