From 346183c997f48f152d7993583d99d4cb88e7bb90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Jul 2025 10:55:38 +0000 Subject: [PATCH] :bookmark: chore(release): v1.1.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.5](https://github.com/perfect-panel/ppanel-web/compare/v1.1.4...v1.1.5) (2025-07-26) ### 🐛 Bug Fixes * **subscribe**: Filter out items that are not marked as visible in subscription list ([32253e3](https://github.com/perfect-panel/ppanel-web/commit/32253e3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505d327..8c987eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.1.5](https://github.com/perfect-panel/ppanel-web/compare/v1.1.4...v1.1.5) (2025-07-26) + + +### 🐛 Bug Fixes + +* **subscribe**: Filter out items that are not marked as visible in subscription list ([32253e3](https://github.com/perfect-panel/ppanel-web/commit/32253e3)) + ## [1.1.4](https://github.com/perfect-panel/ppanel-web/compare/v1.1.3...v1.1.4) (2025-07-25) diff --git a/package.json b/package.json index cf46569..ebcd2dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ppanel-web", - "version": "1.1.4", + "version": "1.1.5", "private": true, "homepage": "https://github.com/perfect-panel/ppanel-web", "bugs": {