From b4fa32fc6377c247761c7cda09aa55c1b6782fce Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:12:57 +0200 Subject: [PATCH] chore(master): release 1.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fb8c24..a7fd6a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.4" + ".": "1.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d74f411..d8d37ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.5](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.4...v1.1.5) (2026-02-12) + + +### Bug Fixes + +* dockerfile and node ver 20 ([d708519](https://github.com/MapColonies/coordinate-extract-app/commit/d708519ed87825d077a8579751c0b90dc15aeeb9)) +* dockerfile and node ver 20 ([e03d233](https://github.com/MapColonies/coordinate-extract-app/commit/e03d23363fa165ace2f205ac9674aa63e31b88c6)) +* react runtime error in console and enter ([870cf8e](https://github.com/MapColonies/coordinate-extract-app/commit/870cf8ecc15c9b0d10e8ef56c910a85651bb1712)) + ## [1.1.4](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.3...v1.1.4) (2026-02-12) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 76339d7..a45aa06 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: 1.1.4 -appVersion: 1.1.4 +version: 1.1.5 +appVersion: 1.1.5 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 2ec5a37..0b3d766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "1.1.4", + "version": "1.1.5", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",