From 04851418c4da254d0d6fcbb647594354012b4a01 Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Sun, 3 Nov 2024 03:39:37 +0530 Subject: [PATCH] chore(release): v0.1.14 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc94bd..dc25b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ 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.14 + +[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.13...v0.1.14) + +### 🚀 Enhancements + +- Add provider option to ModuleOptions ([ce5198e](https://github.com/qirolab/nuxt-sanctum-authentication/commit/ce5198e)) +- Add client options to useSanctum login ([48ddc12](https://github.com/qirolab/nuxt-sanctum-authentication/commit/48ddc12)) +- Improve type safety in `useSanctumFetch` ([5ca2ade](https://github.com/qirolab/nuxt-sanctum-authentication/commit/5ca2ade)) + +### 🩹 Fixes + +- Handle MaybeArray for onRequest and onResponseError hooks ([6f174a6](https://github.com/qirolab/nuxt-sanctum-authentication/commit/6f174a6)) +- Make submit options optional in SanctumForm ([57c6066](https://github.com/qirolab/nuxt-sanctum-authentication/commit/57c6066)) +- Ensure `options` defaults to FetchOptions type ([29a4b3f](https://github.com/qirolab/nuxt-sanctum-authentication/commit/29a4b3f)) + +### 📖 Documentation + +- Add link to nuxt-sanctum-authentication module ([adfeb90](https://github.com/qirolab/nuxt-sanctum-authentication/commit/adfeb90)) + +### ❤️ Contributors + +- Harish Kumar + ## v0.1.13 [compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.12...v0.1.13) diff --git a/package.json b/package.json index f8939ed..0671284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qirolab/nuxt-sanctum-authentication", - "version": "0.1.13", + "version": "0.1.14", "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.", "keywords": [ "auth",