From 09048f1ca1df835559b81646034b0c7fe7443480 Mon Sep 17 00:00:00 2001 From: manchenkoff Date: Mon, 1 Apr 2024 18:23:07 +0200 Subject: [PATCH] chore(release): v0.2.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61474ff..62c97b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog +## v0.2.0 + +[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.1.2...v0.2.0) + +### 🚀 Enhancements + +- Add Origin header to the request ([6387379](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/6387379)) +- Added separate error page ([79ce7b2](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/79ce7b2)) +- Implemented global middleware ([6322fd3](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/6322fd3)) + +### 🩹 Fixes + +- Opt in to `import.meta.*` properties ([99e98c9](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/99e98c9)) +- Prevent redirects to the same page ([01daa22](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/01daa22)) +- Prevent redirect on 401 response from login page ([380d4a6](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/380d4a6)) +- Removed mistaken command from contributing rules ([f4fbf82](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/f4fbf82)) +- Adjusted tsc directories to check ([de23cbb](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/de23cbb)) + +### 📖 Documentation + +- Added separate gitbook as module docs ([f7c4edc](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/f7c4edc)) +- Added toc to readme ([497386b](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/497386b)) + +### 🏡 Chore + +- **release:** V0.1.2 ([f23e51a](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/f23e51a)) +- Code style improvements ([32b0a64](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/32b0a64)) +- Simplified middleware checks ([1c186b9](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/1c186b9)) + +### ❤️ Contributors + +- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v0.1.2 [compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index f6d7be1..9c668ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-sanctum", - "version": "0.1.2", + "version": "0.2.0", "author": "Artem Manchenkov", "description": "Nuxt module for Laravel Sanctum authentication", "homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/", @@ -63,4 +63,4 @@ "vue-tsc": "^1.8.26" }, "packageManager": "yarn@4.1.1" -} +} \ No newline at end of file