diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50d9d3b..27d0161 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.2" + ".": "3.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index acc99bf..705d17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.3](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.2...v3.1.3) (2026-02-26) + + +### Bug Fixes + +* dockerfile ([a5ec064](https://github.com/MapColonies/coordinate-extract-app/commit/a5ec0648c05a8152eaa62227da9acc4ae55219c5)) + ## [3.1.2](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.1...v3.1.2) (2026-02-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 98869ed..9755322 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: 3.1.2 -appVersion: 3.1.2 +version: 3.1.3 +appVersion: 3.1.3 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index c61df96..81036e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "3.1.2", + "version": "3.1.3", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",