Skip to content

Commit c60fde7

Browse files
committed
chore(release): v0.0.10
1 parent c9b9925 commit c60fde7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.10
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.9...v0.0.10)
7+
8+
### 🚀 Enhancements
9+
10+
- Added linkedIn auth provider ([#13](https://github.com/Atinux/nuxt-auth-utils/pull/13))
11+
12+
### 🩹 Fixes
13+
14+
- Add audience to auth0 runtime config types ([#27](https://github.com/Atinux/nuxt-auth-utils/pull/27))
15+
16+
### 📖 Documentation
17+
18+
- Add LinkedIn in providers ([c9b9925](https://github.com/Atinux/nuxt-auth-utils/commit/c9b9925))
19+
20+
### 🏡 Chore
21+
22+
- Update deps ([bb3a510](https://github.com/Atinux/nuxt-auth-utils/commit/bb3a510))
23+
24+
### ❤️ Contributors
25+
26+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
27+
- José Manuel Madriaza Caravia
28+
- H+ <serdar@justserdar.dev>
29+
430
## v0.0.9
531

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

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

0 commit comments

Comments
 (0)