From ccfc8d2456376e489531ff1ffe862715422cd97e Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Sat, 31 Aug 2024 00:04:15 +0530 Subject: [PATCH] chore(release): v0.1.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67b8d0..823d909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ 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.2 + +[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.1...v0.1.2) + +### 🚀 Enhancements + +- Initial release ([86147f3](https://github.com/qirolab/nuxt-sanctum-authentication/commit/86147f3)) +- Add module name ([9674fa0](https://github.com/qirolab/nuxt-sanctum-authentication/commit/9674fa0)) + +### 🩹 Fixes + +- Add type annotation to fetchService ([86bfb28](https://github.com/qirolab/nuxt-sanctum-authentication/commit/86bfb28)) +- Update module name and package name ([f4b7ad7](https://github.com/qirolab/nuxt-sanctum-authentication/commit/f4b7ad7)) + +### 💅 Refactors + +- Remove version from module meta ([1cbcc69](https://github.com/qirolab/nuxt-sanctum-authentication/commit/1cbcc69)) + +### ❤️ Contributors + +- Harish Kumar + ## v0.1.0 - Initial release diff --git a/package.json b/package.json index 06df550..c2adea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qirolab/nuxt-sanctum-authentication", - "version": "0.1.1", + "version": "0.1.2", "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.", "keywords": [ "auth",