From 4730b8e97f4f2ddcb081b3ffac4ca023182f34ec Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:15:08 +0200 Subject: [PATCH] chore(master): release 1.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf06893..6e29d13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.6" + ".": "1.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f7bfc..f567e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.7](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.6...v1.1.7) (2026-02-12) + + +### Bug Fixes + +* helm ([e25a5b0](https://github.com/MapColonies/coordinate-extract-app/commit/e25a5b0d9570fd688088e8b9958611542f91b8eb)) +* helm ([8d9efdd](https://github.com/MapColonies/coordinate-extract-app/commit/8d9efdd8e7d18445b3ba85b1d1be4e45115a1926)) + ## [1.1.6](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.5...v1.1.6) (2026-02-12) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 12bd4e5..3394287 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.6 -appVersion: 1.1.6 +version: 1.1.7 +appVersion: 1.1.7 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index a4645c6..72f3f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "1.1.6", + "version": "1.1.7", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",