Skip to content

Commit 2c1c01f

Browse files
committed
chore(release): v2.3.5
1 parent 58f9282 commit 2c1c01f

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v2.3.5
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v2.3.4...v2.3.5)
7+
8+
### 🩹 Fixes
9+
10+
- Handle origin and referrer in any mode ([#620](https://github.com/manchenkoff/nuxt-auth-sanctum/pull/620))
11+
12+
### 🏡 Chore
13+
14+
- **test:** Added module composable tests ([#615](https://github.com/manchenkoff/nuxt-auth-sanctum/pull/615))
15+
- **test:** Added module e2e and utils tests ([#619](https://github.com/manchenkoff/nuxt-auth-sanctum/pull/619))
16+
- **ci:** Install playwright for e2e tests ([58f9282](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/58f9282))
17+
18+
### ❤️ Contributors
19+
20+
- Manchenkoff ([@manchenkoff](https://github.com/manchenkoff))
21+
- Artem Manchenkov ([@manchenkoff](https://github.com/manchenkoff))
22+
423
## v2.3.4
524

625
[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v2.3.3...v2.3.4)

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-sanctum",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"author": {
55
"name": "Artem Manchenkov",
66
"email": "artem@manchenkoff.me",

0 commit comments

Comments
 (0)