From 210894ad9fb57d1c6a907e809d7bd7b9114df421 Mon Sep 17 00:00:00 2001 From: Github CI Date: Wed, 2 Oct 2024 12:17:28 +0000 Subject: [PATCH] chore(release): v0.4.18 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce3d73..d30298b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.4.18 + +[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.17...v0.4.18) + +### 🚀 Enhancements + +- Improve headers logging readability ([8160e8c](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/8160e8c)) + +### 🩹 Fixes + +- Use normalized Headers object for interceptors ([22602b6](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/22602b6)) + +### 🏡 Chore + +- Use specific ofetch version for development ([6edf22d](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/6edf22d)) + +### ❤️ Contributors + +- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff)) + ## v0.4.17 [compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.16...v0.4.17) diff --git a/package.json b/package.json index 3e0f128..75d3b5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-sanctum", - "version": "0.4.17", + "version": "0.4.18", "author": "Artem Manchenkov", "description": "Nuxt module for Laravel Sanctum authentication", "homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",