Skip to content

Commit 34227d8

Browse files
committed
chore(release): v0.5.17
1 parent e1e9450 commit 34227d8

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.17
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.16...v0.5.17)
7+
8+
### 🚀 Enhancements
9+
10+
- Add LiveChat OAuth ([#376](https://github.com/atinux/nuxt-auth-utils/pull/376))
11+
- Add azure b2c oauth provider ([#362](https://github.com/atinux/nuxt-auth-utils/pull/362))
12+
- Add kick provider ([#360](https://github.com/atinux/nuxt-auth-utils/pull/360))
13+
14+
### 🩹 Fixes
15+
16+
- Verify steam credentials ([#365](https://github.com/atinux/nuxt-auth-utils/pull/365))
17+
- Remove `ohash` dependency ([#377](https://github.com/atinux/nuxt-auth-utils/pull/377))
18+
- **oauth, apple:** Return tokens in response ([#373](https://github.com/atinux/nuxt-auth-utils/pull/373))
19+
- **oauth, facebook:** Prevent duplication of config.fields and config.scope in defu merge ([#375](https://github.com/atinux/nuxt-auth-utils/pull/375))
20+
21+
### ❤️ Contributors
22+
23+
- Ahmed Rangel ([@ahmedrangel](http://github.com/ahmedrangel))
24+
- Nathan Rowe ([@n-rowe](http://github.com/n-rowe))
25+
- Artemis Mendrinos ([@mendrinos](http://github.com/mendrinos))
26+
- Dominik Opyd <[email protected]>
27+
- Indrek Ardel <[email protected]>
28+
- Marios Antonoudiou ([@mariosant](http://github.com/mariosant))
29+
- NiTrO0FuN ([@NiTrO0FuN](http://github.com/NiTrO0FuN))
30+
431
## v0.5.16
532

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

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

0 commit comments

Comments
 (0)