From ea3964ebe53e85b836c517706e3330b40bbcf6f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Nov 2025 04:45:55 +0000 Subject: [PATCH] :bookmark: chore(release): v1.6.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.1](https://github.com/perfect-panel/ppanel-web/compare/v1.6.0...v1.6.1) (2025-11-05) ### 🐛 Bug Fixes * Fixing issues with generating standard and quantum-resistant encryption keys ([5eac6a9](https://github.com/perfect-panel/ppanel-web/commit/5eac6a9)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ae28b..6aa181c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# Changelog + +## [1.6.1](https://github.com/perfect-panel/ppanel-web/compare/v1.6.0...v1.6.1) (2025-11-05) + + +### 🐛 Bug Fixes + +* Fixing issues with generating standard and quantum-resistant encryption keys ([5eac6a9](https://github.com/perfect-panel/ppanel-web/commit/5eac6a9)) + # Changelog diff --git a/package.json b/package.json index 4c7da53..3dc566e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ppanel-web", - "version": "1.6.0", + "version": "1.6.1", "private": true, "homepage": "https://github.com/perfect-panel/ppanel-web", "bugs": {