Skip to content

Commit 25e06f9

Browse files
committed
chore(release): 2.20.5
1 parent de03d61 commit 25e06f9

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [2.20.5](https://github.com/MapColonies/exporter-trigger/compare/v2.20.4...v2.20.5) (2025-02-18)
6+
7+
8+
### Bug Fixes
9+
10+
* jobs missing parmas ([#105](https://github.com/MapColonies/exporter-trigger/issues/105)) ([de03d61](https://github.com/MapColonies/exporter-trigger/commit/de03d61a6732625b8a0a82e183aefc9f935b8dd6))
11+
512
### [2.20.4](https://github.com/MapColonies/exporter-trigger/compare/v2.20.3...v2.20.4) (2024-12-09)
613

714

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: exporter-trigger
33
description: A Helm chart for exporter-trigger service
44
type: application
5-
version: 2.20.4
6-
appVersion: 2.20.4
5+
version: 2.20.5
6+
appVersion: 2.20.5

openapi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.1
22
info:
33
title: exporter-trigger
44
description: Service that responsible for activating the export geopackage process
5-
version: 2.20.4
5+
version: 2.20.5
66
license:
77
name: MIT
88
url: https://opensource.org/licenses/MIT

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exporter-trigger",
3-
"version": "2.20.4",
3+
"version": "2.20.5",
44
"description": "Exporter Trigger Service",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)