diff --git a/CHANGELOG.md b/CHANGELOG.md index 8613fdb..c461ecf 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.10 + +[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.9...v0.1.10) + +### 🚀 Enhancements + +- Add object-to-formdata helper ([1e2bcf4](https://github.com/qirolab/nuxt-sanctum-authentication/commit/1e2bcf4)) +- Add SanctumForm interface ([5a963b6](https://github.com/qirolab/nuxt-sanctum-authentication/commit/5a963b6)) +- Add objectToFormData helper to useSanctumForm ([a2b0197](https://github.com/qirolab/nuxt-sanctum-authentication/commit/a2b0197)) + +### 🩹 Fixes + +- Remove object-to-formdata dependency ([c966a9b](https://github.com/qirolab/nuxt-sanctum-authentication/commit/c966a9b)) +- Make ModuleOptions properties required ([72bd80d](https://github.com/qirolab/nuxt-sanctum-authentication/commit/72bd80d)) +- Remove unnecessary cast ([27c9066](https://github.com/qirolab/nuxt-sanctum-authentication/commit/27c9066)) + +### 🏡 Chore + +- **release:** V0.1.9 ([8cbbcb3](https://github.com/qirolab/nuxt-sanctum-authentication/commit/8cbbcb3)) + +### ❤️ Contributors + +- Harish Kumar + ## v0.1.9 [compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.8...v0.1.9) diff --git a/package.json b/package.json index d91f44c..6505b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qirolab/nuxt-sanctum-authentication", - "version": "0.1.9", + "version": "0.1.10", "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.", "keywords": [ "auth",