Skip to content

Commit

Permalink
chore(release): v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Nov 3, 2024
1 parent 9abfa83 commit 4d01ede
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to the "spec-coder" extension will be documented in this fil

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

## v0.1.15

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

### 🚀 Enhancements

- Add generic login response type ([1235bda](https://github.com/qirolab/nuxt-sanctum-authentication/commit/1235bda))
- Add example code for login callback ([9abfa83](https://github.com/qirolab/nuxt-sanctum-authentication/commit/9abfa83))

### ❤️ Contributors

- Harish Kumar <[email protected]>

## v0.1.14

[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.13...v0.1.14)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qirolab/nuxt-sanctum-authentication",
"version": "0.1.14",
"version": "0.1.15",
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
"keywords": [
"auth",
Expand Down

0 comments on commit 4d01ede

Please sign in to comment.