Skip to content

Commit b25dae7

Browse files
committed
chore(release): v0.5.23
1 parent 7e86ab9 commit b25dae7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.23
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.22...v0.5.23)
7+
8+
### 🚀 Enhancements
9+
10+
- Add Ory provider ([#417](https://github.com/atinux/nuxt-auth-utils/pull/417))
11+
- Add Roblox OAuth provider ([#420](https://github.com/atinux/nuxt-auth-utils/pull/420))
12+
- Add GitHub `state` param ([#423](https://github.com/atinux/nuxt-auth-utils/pull/423))
13+
14+
### 🩹 Fixes
15+
16+
- Prevent session password in .env from being included in production builds ([#419](https://github.com/atinux/nuxt-auth-utils/pull/419))
17+
18+
### 🏡 Chore
19+
20+
- Update deps ([7e86ab9](https://github.com/atinux/nuxt-auth-utils/commit/7e86ab9))
21+
22+
### ❤️ Contributors
23+
24+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
25+
- Tom Lewis ([@tomlewis0](http://github.com/tomlewis0))
26+
- Dog ([@dgxo](http://github.com/dgxo))
27+
- Matthew Messinger ([@mattmess1221](http://github.com/mattmess1221))
28+
- Jordan Labrosse <[email protected]>
29+
430
## v0.5.22
531

632
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.20...v0.5.22)

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

0 commit comments

Comments
 (0)