From 7c9583609bcbb1dc5223ded6fa0e96c28731fac9 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:29:03 +0200 Subject: [PATCH] chore(master): release 4.3.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c7456d..54c610f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.3.3" + ".": "4.3.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f1cc43..af4bc991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.3.4](https://github.com/MapColonies/catalog-app/compare/v4.3.3...v4.3.4) (2026-02-23) + + +### Bug Fixes + +* simple viewer action not frequent ([#857](https://github.com/MapColonies/catalog-app/issues/857)) ([9865cd3](https://github.com/MapColonies/catalog-app/commit/9865cd3030054c66b9dcf95053b10b318af83607)) + ## [4.3.3](https://github.com/MapColonies/catalog-app/compare/v4.3.2...v4.3.3) (2026-02-22) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8b4a3ea9..93de10b2 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Helm chart to deploy Catalog App name: catalog-app -version: 4.3.3 -appVersion: 4.3.3 +version: 4.3.4 +appVersion: 4.3.4 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 8cb122d1..ec29f3da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "4.3.3", + "version": "4.3.4", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },