diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6eb1dc..cc88a24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"3.1.4"} +{".":"3.1.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d84e4fc..b06a75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.5](https://github.com/MapColonies/exporter-trigger/compare/v3.1.4...v3.1.5) (2025-10-19) + + +### Bug Fixes + +* correct gpkgLocation formatting and add subPath for volume mount ([#120](https://github.com/MapColonies/exporter-trigger/issues/120)) ([fed6a3b](https://github.com/MapColonies/exporter-trigger/commit/fed6a3b01993a70cf085c2b3e99a89acd327ea3b)) + ## [3.1.4](https://github.com/MapColonies/exporter-trigger/compare/v3.1.3...v3.1.4) (2025-08-19) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e926f88..462a02f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: exporter-trigger description: A Helm chart for exporter-trigger service type: application -version: 3.1.4 -appVersion: 3.1.4 +version: 3.1.5 +appVersion: 3.1.5 diff --git a/openapi3.yaml b/openapi3.yaml index 03bd379..2e87c2d 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: exporter-trigger description: Service that responsible for activating the export geopackage process - version: 3.1.4 + version: 3.1.5 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 79c6545..ab023ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exporter-trigger", - "version": "3.1.4", + "version": "3.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exporter-trigger", - "version": "3.1.4", + "version": "3.1.5", "license": "ISC", "dependencies": { "@godaddy/terminus": "^4.12.1", diff --git a/package.json b/package.json index a016a22..b8e7a92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exporter-trigger", - "version": "3.1.4", + "version": "3.1.5", "description": "Exporter Trigger Service", "main": "./src/index.ts", "scripts": {