diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e29d13..ab736c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.7" + ".": "1.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f567e66..f4c5153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.8](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.7...v1.1.8) (2026-02-12) + + +### Bug Fixes + +* env-config ([1850ad6](https://github.com/MapColonies/coordinate-extract-app/commit/1850ad6403abc9c32950f2f189084e39659b6a6a)) +* env-config ([b94b012](https://github.com/MapColonies/coordinate-extract-app/commit/b94b012a30b97d01fc9d0f4ab6c97792340586e5)) + ## [1.1.7](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.6...v1.1.7) (2026-02-12) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3394287..8d90fa9 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.7 -appVersion: 1.1.7 +version: 1.1.8 +appVersion: 1.1.8 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 72f3f0d..f6a2341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "1.1.7", + "version": "1.1.8", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",