diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d6a441..61f9991 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.4" + ".": "3.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b7b27..96a70aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.1.5](https://github.com/MapColonies/coordinate-extract-app/compare/v3.1.4...v3.1.5) (2026-02-26) + + +### 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)) + ## [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..9c69f03 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.1.5 +appVersion: 3.1.5 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 707c7e4..1864542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coordinate-extract-app", - "version": "3.1.4", + "version": "3.1.5", "description": "Based on MapColonies React TypeScript boilerplate", "repository": { "type": "git",