Skip to content

Commit 36cadda

Browse files
committed
chore(release): v0.0.9
1 parent 2fb01d3 commit 36cadda

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.9
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.8...v0.0.9)
7+
8+
### 🚀 Enhancements
9+
10+
- Add max_age param for auth0 ([#26](https://github.com/Atinux/nuxt-auth-utils/pull/26))
11+
- Added Microsoft as oauth provider ([#8](https://github.com/Atinux/nuxt-auth-utils/pull/8))
12+
13+
### ❤️ Contributors
14+
15+
- Jakub Frelik <[email protected]>
16+
- Uģis ([@BerzinsU](http://github.com/BerzinsU))
17+
418
## v0.0.8
519

620
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.7...v0.0.8)

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.0.8",
3+
"version": "0.0.9",
44
"description": "Minimalist Auth module for Nuxt with SSR",
55
"repository": "Atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)