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..981b0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.6](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.5...v1.1.6) (2026-02-12) + + +### Bug Fixes + +* 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",