From ceef09b779c8b840d26919437cd4abf7cabfc5ac Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:53:35 +0300 Subject: [PATCH] chore(master): release 6.1.2 --- .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 0f6aa44e..5e404df8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.1" + ".": "6.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92abebb3..94069406 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. +## [6.1.2](https://github.com/MapColonies/catalog-app/compare/v6.1.1...v6.1.2) (2026-06-08) + + +### Bug Fixes + +* show debugger tool default value ([#986](https://github.com/MapColonies/catalog-app/issues/986)) ([03a3a9a](https://github.com/MapColonies/catalog-app/commit/03a3a9a32f171fa75eee1af0be2daf4df124965e)) + ## [6.1.1](https://github.com/MapColonies/catalog-app/compare/v6.1.0...v6.1.1) (2026-06-08) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3c1ccbaf..fb4b110d 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: 6.1.1 -appVersion: 6.1.1 +version: 6.1.2 +appVersion: 6.1.2 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index b1cf7bc3..1f3748f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.1.1", + "version": "6.1.2", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },