From ed084842bf38f1e5ad5872df03e7d91fa9d6490e Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:27:43 +0200 Subject: [PATCH] chore(master): release 1.1.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7fd6a0..cf06893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.5" + ".": "1.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d37ec..c5f7bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.6](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.5...v1.1.6) (2026-02-12) + + +### Bug Fixes + +* access token ([7ed6b2b](https://github.com/MapColonies/coordinate-extract-app/commit/7ed6b2bf604fc22b1f3a39c469ff03eb8aa9f013)) +* access token ([eb2ee95](https://github.com/MapColonies/coordinate-extract-app/commit/eb2ee9582114e0d6c35cad8ad03a88ec07ceba92)) +* flyTo feature on row selected ([08ea8df](https://github.com/MapColonies/coordinate-extract-app/commit/08ea8dfd53da11c42e6152655ce7694087f01dbd)) +* layer image shown only after flyTo is completed ([f3bb371](https://github.com/MapColonies/coordinate-extract-app/commit/f3bb371c7c140c4b7e87985d5c421f40c83c5a91)) + ## [1.1.5](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.4...v1.1.5) (2026-02-12) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a45aa06..12bd4e5 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.5 -appVersion: 1.1.5 +version: 1.1.6 +appVersion: 1.1.6 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 0b3d766..a4645c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "1.1.5", + "version": "1.1.6", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",