From b814c3a18ca960338f1232c583a9d2cc53d1f729 Mon Sep 17 00:00:00 2001 From: changelog_action Date: Thu, 8 Aug 2024 16:47:19 +0000 Subject: [PATCH] chore(release): v0.4.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb8a59..00c190c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.4.5 + +[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.4...v0.4.5) + +### 🩹 Fixes + +- Trim trailing slash on redirects ([d24014d](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/d24014d)) + +### ❤️ Contributors + +- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff)) + ## v0.4.4 [compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.3...v0.4.4) diff --git a/package.json b/package.json index 1c8170e..fc08ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-sanctum", - "version": "0.4.4", + "version": "0.4.5", "author": "Artem Manchenkov", "description": "Nuxt module for Laravel Sanctum authentication", "homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",