From 42671a5974897768e2f7bb2229806e055641c6f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Aug 2025 16:02:48 +0000 Subject: [PATCH] :bookmark: chore(release): v1.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.2.0](https://github.com/perfect-panel/ppanel-web/compare/v1.1.5...v1.2.0) (2025-08-04) ### ♻ Code Refactoring * **view**: System and Auth Control ([b2b4a95](https://github.com/perfect-panel/ppanel-web/commit/b2b4a95)) ### ✨ Features * **netlify**: Add Netlify configuration for admin and user apps with Next.js plugin ([b4d4f59](https://github.com/perfect-panel/ppanel-web/commit/b4d4f59)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5dfc1..bb58aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# Changelog + +# [1.2.0](https://github.com/perfect-panel/ppanel-web/compare/v1.1.5...v1.2.0) (2025-08-04) + + +### ♻ Code Refactoring + +* **view**: System and Auth Control ([b2b4a95](https://github.com/perfect-panel/ppanel-web/commit/b2b4a95)) + + +### ✨ Features + +* **netlify**: Add Netlify configuration for admin and user apps with Next.js plugin ([b4d4f59](https://github.com/perfect-panel/ppanel-web/commit/b4d4f59)) + # Changelog diff --git a/package.json b/package.json index 1e50cba..40c991e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ppanel-web", - "version": "1.1.5", + "version": "1.2.0", "private": true, "homepage": "https://github.com/perfect-panel/ppanel-web", "bugs": {