From 41134ce614e73094d1dac16209f56c0f00b66b1e Mon Sep 17 00:00:00 2001 From: changelog_action Date: Sat, 1 Jun 2024 14:33:21 +0000 Subject: [PATCH] chore(release): v0.3.5 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0b205..50e8c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v0.3.5 + +[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.3.4...v0.3.5) + +### 🚀 Enhancements + +- Added support for custom interceptors ([2795998](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/2795998)) + +### 🩹 Fixes + +- Disabled typecheck in the playground ([cd77036](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/cd77036)) + +### 🏡 Chore + +- Upgraded module build dependencies ([16cdde6](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/16cdde6)) +- Extracted default module options ([e0f2c7a](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/e0f2c7a)) +- Applied formatting to system files ([ae7918f](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/ae7918f)) + +### ❤️ Contributors + +- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff)) + ## v0.3.4 [compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.3.3...v0.3.4) diff --git a/package.json b/package.json index 04bd03a..c6cc3f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-sanctum", - "version": "0.3.4", + "version": "0.3.5", "author": "Artem Manchenkov", "description": "Nuxt module for Laravel Sanctum authentication", "homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",