Skip to content

Commit 4d01ede

Browse files
committed
chore(release): v0.1.15
1 parent 9abfa83 commit 4d01ede

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.15
8+
9+
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.14...v0.1.15)
10+
11+
### 🚀 Enhancements
12+
13+
- Add generic login response type ([1235bda](https://github.com/qirolab/nuxt-sanctum-authentication/commit/1235bda))
14+
- Add example code for login callback ([9abfa83](https://github.com/qirolab/nuxt-sanctum-authentication/commit/9abfa83))
15+
16+
### ❤️ Contributors
17+
18+
- Harish Kumar <harish.pra22@gmail.com>
19+
720
## v0.1.14
821

922
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.13...v0.1.14)

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.14",
3+
"version": "0.1.15",
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)