Skip to content

Commit 1e99757

Browse files
committed
chore(release): v0.5.11
1 parent 32e3b47 commit 1e99757

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.11
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.10...v0.5.11)
7+
8+
### 🚀 Enhancements
9+
10+
- Set `email_verified` in `user` on GitHub provider ([#332](https://github.com/atinux/nuxt-auth-utils/pull/332))
11+
- **composable:** Add `openInPopup(route, { width, height })` ([#336](https://github.com/atinux/nuxt-auth-utils/pull/336))
12+
- Add Gitea Oauth Provider ([#335](https://github.com/atinux/nuxt-auth-utils/pull/335))
13+
14+
### 🩹 Fixes
15+
16+
- Dammit corepack ([239f97a](https://github.com/atinux/nuxt-auth-utils/commit/239f97a))
17+
- **microsoft:** Fix duplicated scopes ([#331](https://github.com/atinux/nuxt-auth-utils/pull/331))
18+
19+
### 🏡 Chore
20+
21+
- **release:** V0.5.10 ([42a2a7a](https://github.com/atinux/nuxt-auth-utils/commit/42a2a7a))
22+
- **ci:** Fix corepack ([be2ccaf](https://github.com/atinux/nuxt-auth-utils/commit/be2ccaf))
23+
24+
### ❤️ Contributors
25+
26+
- H+ ([@justserdar](http://github.com/justserdar))
27+
- Emmanuel Salomon ([@ManUtopiK](http://github.com/ManUtopiK))
28+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
29+
- Alessandro Jean ([@alessandrojean](http://github.com/alessandrojean))
30+
431
## v0.5.10
532

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

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

0 commit comments

Comments
 (0)