Skip to content

Commit 71737c2

Browse files
committed
chore(release): v0.5.25
1 parent 9c500d9 commit 71737c2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.25
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.24...v0.5.25)
7+
8+
### 🚀 Enhancements
9+
10+
- **auth0:** Handle errors passed from Auth0 in query string ([#456](https://github.com/atinux/nuxt-auth-utils/pull/456), [#457](https://github.com/atinux/nuxt-auth-utils/pull/457))
11+
12+
### 🩹 Fixes
13+
14+
- **module:** Don't update .env if password set in runtimeConfig ([#452](https://github.com/atinux/nuxt-auth-utils/pull/452))
15+
16+
### 🏡 Chore
17+
18+
- **playground:** Move types/ to shared/types ([988dfc6](https://github.com/atinux/nuxt-auth-utils/commit/988dfc6))
19+
- Update deps ([9c500d9](https://github.com/atinux/nuxt-auth-utils/commit/9c500d9))
20+
21+
### ❤️ Contributors
22+
23+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
24+
- David Ovčačík ([@dovca](https://github.com/dovca))
25+
426
## v0.5.24
527

628
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.23...v0.5.24)

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

0 commit comments

Comments
 (0)