diff --git a/CHANGELOG.md b/CHANGELOG.md index 823d909..8f3a4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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.3 + +[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.2...v0.1.3) + +### 💅 Refactors + +- Rename useSanctumAuth to useSanctum ([18af17c](https://github.com/qirolab/nuxt-sanctum-authentication/commit/18af17c)) +- Update useSanctum ([473a1d3](https://github.com/qirolab/nuxt-sanctum-authentication/commit/473a1d3)) +- Update useSanctum ([66c5c74](https://github.com/qirolab/nuxt-sanctum-authentication/commit/66c5c74)) + +### 🏡 Chore + +- **release:** V0.1.2 ([ccfc8d2](https://github.com/qirolab/nuxt-sanctum-authentication/commit/ccfc8d2)) + +### ❤️ Contributors + +- Harish Kumar + ## v0.1.2 [compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index c2adea0..0ff7ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qirolab/nuxt-sanctum-authentication", - "version": "0.1.2", + "version": "0.1.3", "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.", "keywords": [ "auth",