diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3..a3b1e29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7264c3c..fda2c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.1](https://github.com/MapColonies/coordinate-extract-app/compare/v3.2.0...v3.2.1) (2026-02-26) + + +### Bug Fixes + +* no unnecesary form ([0218e8b](https://github.com/MapColonies/coordinate-extract-app/commit/0218e8b7c97d00723e22e2c24b86477ea19adadc)) +* no unnecesary form ([cc1fa35](https://github.com/MapColonies/coordinate-extract-app/commit/cc1fa35be740facadaee47959d8d9f6b78db0211)) + ## [3.2.0](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.4...v3.2.0) (2026-02-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 76cca2b..6be7e13 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.2.0 -appVersion: 3.2.0 +version: 3.2.1 +appVersion: 3.2.1 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 1df7769..7a45b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "3.2.0", + "version": "3.2.1", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",