Skip to content

Commit 834575b

Browse files
committed
chore(release): v0.1.10
1 parent 27c9066 commit 834575b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ All notable changes to the "spec-coder" extension will be documented in this fil
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## v0.1.10
8+
9+
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.9...v0.1.10)
10+
11+
### 🚀 Enhancements
12+
13+
- Add object-to-formdata helper ([1e2bcf4](https://github.com/qirolab/nuxt-sanctum-authentication/commit/1e2bcf4))
14+
- Add SanctumForm interface ([5a963b6](https://github.com/qirolab/nuxt-sanctum-authentication/commit/5a963b6))
15+
- Add objectToFormData helper to useSanctumForm ([a2b0197](https://github.com/qirolab/nuxt-sanctum-authentication/commit/a2b0197))
16+
17+
### 🩹 Fixes
18+
19+
- Remove object-to-formdata dependency ([c966a9b](https://github.com/qirolab/nuxt-sanctum-authentication/commit/c966a9b))
20+
- Make ModuleOptions properties required ([72bd80d](https://github.com/qirolab/nuxt-sanctum-authentication/commit/72bd80d))
21+
- Remove unnecessary cast ([27c9066](https://github.com/qirolab/nuxt-sanctum-authentication/commit/27c9066))
22+
23+
### 🏡 Chore
24+
25+
- **release:** V0.1.9 ([8cbbcb3](https://github.com/qirolab/nuxt-sanctum-authentication/commit/8cbbcb3))
26+
27+
### ❤️ Contributors
28+
29+
- Harish Kumar <harish.pra22@gmail.com>
30+
731
## v0.1.9
832

933
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.8...v0.1.9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qirolab/nuxt-sanctum-authentication",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)