Skip to content

Commit acf94d9

Browse files
committed
chore(release): v0.5.19
1 parent 3286953 commit acf94d9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.19
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.18...v0.5.19)
7+
8+
### 🚀 Enhancements
9+
10+
- Add support for authorization parameters and ensure state param is included from query when present in Facebook & Microsoft OAuth ([#386](https://github.com/atinux/nuxt-auth-utils/pull/386))
11+
12+
### 🩹 Fixes
13+
14+
- Explicit Return Type on getUserSession ([#379](https://github.com/atinux/nuxt-auth-utils/pull/379))
15+
16+
### ❤️ Contributors
17+
18+
- Artemis Mendrinos ([@mendrinos](http://github.com/mendrinos))
19+
- Timothy Michael McMasters ([@Tmmcmasters](http://github.com/Tmmcmasters))
20+
421
## v0.5.18
522

623
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.17...v0.5.18)

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

0 commit comments

Comments
 (0)