From 5d6a41d35f3c283905c0e00ccc2f4f89f0ec6a6f Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Sat, 31 Aug 2024 18:17:35 +0530 Subject: [PATCH] chore(release): v0.1.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fce52d..2a678dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.5 + +[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.4...v0.1.5) + +### 💅 Refactors + +- Rename config key ([3d28b08](https://github.com/qirolab/nuxt-sanctum-authentication/commit/3d28b08)) + +### ❤️ Contributors + +- Harish Kumar + ## v0.1.4 [compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.3...v0.1.4) diff --git a/package.json b/package.json index 5616c1c..2d5a735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qirolab/nuxt-sanctum-authentication", - "version": "0.1.4", + "version": "0.1.5", "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.", "keywords": [ "auth",