diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab736c5..bd6a06c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.8" + ".": "1.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c5153..bc9ff97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.9](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.8...v1.1.9) (2026-02-12) + + +### Bug Fixes + +* disable finish btn and autocomplete ([222a05a](https://github.com/MapColonies/coordinate-extract-app/commit/222a05adfe1833bdc943486d2b7e0d05b26cdb4d)) +* disable finish btn and autocomplete ([d72aa56](https://github.com/MapColonies/coordinate-extract-app/commit/d72aa56851bdf3d027e8cb4b4a0ee24ae908da4f)) + ## [1.1.8](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.7...v1.1.8) (2026-02-12) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8d90fa9..32fa229 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.8 -appVersion: 1.1.8 +version: 1.1.9 +appVersion: 1.1.9 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index f6a2341..404e9ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "1.1.8", + "version": "1.1.9", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",