From 94f1c4ba61cba985560d0a1d16b9c478f79851f7 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 26 Feb 2026 14:04:18 +0200 Subject: [PATCH] chore(master): release 3.1.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 27d0161..9d6a441 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.3" + ".": "3.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 705d17f..73b7b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.4](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.3...v3.1.4) (2026-02-26) + + +### Bug Fixes + +* dockerfile ([bbcc4b5](https://github.com/MapColonies/coordinate-extract-app/commit/bbcc4b5773b29882d9dfa2690a5733e1794ffdf2)) + ## [3.1.3](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.2...v3.1.3) (2026-02-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9755322..a4d2071 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for Coordinate Extract App name: coordinate-extract-app -version: 3.1.3 -appVersion: 3.1.3 +version: 3.1.4 +appVersion: 3.1.4 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 81036e6..707c7e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "3.1.3", + "version": "3.1.4", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",