From ffa5c86d23d7fbbbd16033e9735da66fd3653676 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Jul 2025 17:13:32 +0000 Subject: [PATCH] :bookmark: chore(release): v1.1.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.3](https://github.com/perfect-panel/ppanel-web/compare/v1.1.2...v1.1.3) (2025-07-24) ### 🐛 Bug Fixes * **auth**: Implement user redirection to dashboard upon authentication ([f84f98c](https://github.com/perfect-panel/ppanel-web/commit/f84f98c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576d3db..f3f8a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.1.3](https://github.com/perfect-panel/ppanel-web/compare/v1.1.2...v1.1.3) (2025-07-24) + + +### 🐛 Bug Fixes + +* **auth**: Implement user redirection to dashboard upon authentication ([f84f98c](https://github.com/perfect-panel/ppanel-web/commit/f84f98c)) + ## [1.1.2](https://github.com/perfect-panel/ppanel-web/compare/v1.1.1...v1.1.2) (2025-07-24) diff --git a/package.json b/package.json index 6b4cc0f..69261b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ppanel-web", - "version": "1.1.2", + "version": "1.1.3", "private": true, "homepage": "https://github.com/perfect-panel/ppanel-web", "bugs": {