Skip to content

Commit 6ff6471

Browse files
chore(master): release 3.2.0 (#129)
1 parent fb23391 commit 6ff6471

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"3.1.8"}
1+
{".":"3.2.0"}

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+
## [3.2.0](https://github.com/MapColonies/exporter-trigger/compare/v3.1.8...v3.2.0) (2026-02-16)
6+
7+
8+
### Features
9+
10+
* upgrade node to 24 and update workflows (MAPCO-7219) ([#128](https://github.com/MapColonies/exporter-trigger/issues/128)) ([fb23391](https://github.com/MapColonies/exporter-trigger/commit/fb23391dd5733d37933884463376cc41b9d7f29c))
11+
512
## [3.1.8](https://github.com/MapColonies/exporter-trigger/compare/v3.1.7...v3.1.8) (2026-01-25)
613

714

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: exporter-trigger
33
description: A Helm chart for exporter-trigger service
44
type: application
5-
version: 3.1.8
6-
appVersion: 3.1.8
5+
version: 3.2.0
6+
appVersion: 3.2.0
77
dependencies:
88
- name: mclabels
99
version: 1.0.1

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: 3.1.8
5+
version: 3.2.0
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": "3.1.8",
3+
"version": "3.2.0",
44
"description": "Exporter Trigger Service",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)