Skip to content

Commit c5eb058

Browse files
committed
chore(release): v0.5.29
1 parent a3d6317 commit c5eb058

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

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.5.29
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.28...v0.5.29)
7+
8+
### 🚀 Enhancements
9+
10+
- Add RiotGames OAuth provider ([#495](https://github.com/atinux/nuxt-auth-utils/pull/495))
11+
- Add Box provider ([#498](https://github.com/atinux/nuxt-auth-utils/pull/498))
12+
13+
### 🩹 Fixes
14+
15+
- Keycloak provider unhandled error on requestAccessToken ([#504](https://github.com/atinux/nuxt-auth-utils/pull/504))
16+
17+
### 📖 Documentation
18+
19+
- Fix passwordNeedsRehash usage in README ([#502](https://github.com/atinux/nuxt-auth-utils/pull/502))
20+
21+
### 🏡 Chore
22+
23+
- **playground:** Remove local icon Ory ([#499](https://github.com/atinux/nuxt-auth-utils/pull/499))
24+
- Update deps ([a3d6317](https://github.com/atinux/nuxt-auth-utils/commit/a3d6317))
25+
26+
### ❤️ Contributors
27+
28+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
29+
- Ciril.tr <ciroman@gmail.com>
30+
- Robert Hoffmann <mail.someone@gmail.com>
31+
- Ahmed Rangel ([@ahmedrangel](https://github.com/ahmedrangel))
32+
- Jordan Labrosse <jordan.labrosse@gameverse.app>
33+
- Richex-cn <i@richex.cn>
34+
435
## v0.5.28
536

637
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.27...v0.5.28)

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

0 commit comments

Comments
 (0)