From 97105a8134069550c727fcd3f52f2f0b7e6c3c73 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:18:29 +0300 Subject: [PATCH] chore(master): release 6.4.0 --- .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 d06ed2b9..8e67d254 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.1" + ".": "6.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42437b70..3590f11c 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.4.0](https://github.com/MapColonies/catalog-app/compare/v6.3.1...v6.4.0) (2026-07-23) + + +### Features + +* delete raster layer ([#996](https://github.com/MapColonies/catalog-app/issues/996)) ([0231ed4](https://github.com/MapColonies/catalog-app/commit/0231ed41e9f2231a243cba9ca2a408405f4d1017)) + ## [6.3.1](https://github.com/MapColonies/catalog-app/compare/v6.3.0...v6.3.1) (2026-07-15) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 19b41437..1119d694 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.3.1 -appVersion: 6.3.1 +version: 6.4.0 +appVersion: 6.4.0 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 11f7f0ae..9caf48f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.3.1", + "version": "6.4.0", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },