Skip to content

Commit 86226ad

Browse files
committed
chore(release): v0.0.5
1 parent ffecb82 commit 86226ad

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.5
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.4...v0.0.5)
7+
8+
### 🚀 Enhancements
9+
10+
- Added google as oauth provider ([#3](https://github.com/Atinux/nuxt-auth-utils/pull/3))
11+
- Added twitch as supported oauth provider ([#5](https://github.com/Atinux/nuxt-auth-utils/pull/5))
12+
- Added auth0 as oauth provider ([#6](https://github.com/Atinux/nuxt-auth-utils/pull/6))
13+
14+
### 💅 Refactors
15+
16+
- Use `useSession` generic rather than assertion ([#4](https://github.com/Atinux/nuxt-auth-utils/pull/4))
17+
18+
### 📖 Documentation
19+
20+
- Add demo ([cbc8b7a](https://github.com/Atinux/nuxt-auth-utils/commit/cbc8b7a))
21+
22+
### 🏡 Chore
23+
24+
- **release:** V0.0.4 ([2bc6f9a](https://github.com/Atinux/nuxt-auth-utils/commit/2bc6f9a))
25+
26+
### ❤️ Contributors
27+
28+
- Antoine Lassier <toinousp@gmail.com>
29+
- Gerben Mulder ([@Gerbuuun](http://github.com/Gerbuuun))
30+
- Ahmed Rangel ([@ahmedrangel](http://github.com/ahmedrangel))
31+
- Akshara Hegde <akshara.dt@gmail.com>
32+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
33+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
34+
435
## v0.0.4
536

637
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.3...v0.0.4)

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

0 commit comments

Comments
 (0)