Skip to content

Commit 62d7dc9

Browse files
committed
feat: bump version to 0.1.6
1 parent 93fba0f commit 62d7dc9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.6
8+
9+
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.5...v0.1.6)
10+
11+
### 📖 Documentation
12+
13+
- Add video tutorial and demo repository ([93fba0f](https://github.com/qirolab/nuxt-sanctum-authentication/commit/93fba0f))
14+
15+
### ❤️ Contributors
16+
17+
- Harish Kumar <harish.pra22@gmail.com>
18+
719
## v0.1.5
820

921
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.4...v0.1.5)

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