From fc624325c43530c3a68fc34fcd902fba8fc6c304 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:25:57 +0200 Subject: [PATCH] chore(master): release 3.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d6a441..95a37e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.4" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b7b27..7264c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.2.0](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.4...v3.2.0) (2026-02-26) + + +### Features + +* upgrade to nginx 27 ([2c5f83e](https://github.com/MapColonies/coordinate-extract-app/commit/2c5f83ef94c19f1104fe4f2139a3f39a69987892)) +* upgrade to nginx 27 ([9ceadfe](https://github.com/MapColonies/coordinate-extract-app/commit/9ceadfeb6a73e9c74606a30de161ab308bca4a60)) + + +### Bug Fixes + +* catalog and extractable records paginated fetch ([4cfb951](https://github.com/MapColonies/coordinate-extract-app/commit/4cfb951576284ca085770b181383e74ef5dfda08)) +* pagination fetch extractable ([207a2fd](https://github.com/MapColonies/coordinate-extract-app/commit/207a2fd04720dacfdd1e464b9c3ae9f98b31a15a)) +* prettier ([790e9a6](https://github.com/MapColonies/coordinate-extract-app/commit/790e9a6ad6f299a3a6989e079cc6233a24fec0c3)) +* remarks field and error handling ([a76335a](https://github.com/MapColonies/coordinate-extract-app/commit/a76335a430e0186af67363235ada1114acad5d2b)) +* remarks field and error handling ([68833e3](https://github.com/MapColonies/coordinate-extract-app/commit/68833e3b839c51789c9525d36b0aed2c939cb87f)) + ## [3.1.4](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.3...v3.1.4) (2026-02-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a4d2071..76cca2b 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.4 -appVersion: 3.1.4 +version: 3.2.0 +appVersion: 3.2.0 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 707c7e4..1df7769 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "3.1.4", + "version": "3.2.0", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",