Skip to content

Commit 52d7e60

Browse files
committed
chore(release): v0.3.7
1 parent 50aba8d commit 52d7e60

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.3.7
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.6...v0.3.7)
7+
8+
### 🩹 Fixes
9+
10+
- Paypal tokens request requires encoded `redirect_uri` ([8bf3b0b](https://github.com/Atinux/nuxt-auth-utils/commit/8bf3b0b))
11+
12+
### 🏡 Chore
13+
14+
- Update deps ([50aba8d](https://github.com/Atinux/nuxt-auth-utils/commit/50aba8d))
15+
16+
### ❤️ Contributors
17+
18+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
19+
- Yizack Rangel ([@Yizack](http://github.com/Yizack))
20+
421
## v0.3.6
522

623
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.5...v0.3.6)

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.3.6",
3+
"version": "0.3.7",
44
"description": "Minimalist Auth module for Nuxt with SSR",
55
"repository": "Atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)