Skip to content

Commit 974cbd4

Browse files
committed
chore(release): 2.4.0-alpha.0
1 parent 5a62c20 commit 974cbd4

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.4.0-alpha.0](https://github.com/MapColonies/overseer/compare/v2.3.1...v2.4.0-alpha.0) (2026-01-18)
6+
7+
8+
### Features
9+
10+
* create merge task MAPCO-9380 + MAPCO-9381 ([#64](https://github.com/MapColonies/overseer/issues/64)) ([05e7219](https://github.com/MapColonies/overseer/commit/05e721959a37010852fcbde09e798ca1a0ae8920)), closes [#65](https://github.com/MapColonies/overseer/issues/65)
11+
12+
13+
### Bug Fixes
14+
15+
* polygon-parts-process request ([#66](https://github.com/MapColonies/overseer/issues/66)) ([5a62c20](https://github.com/MapColonies/overseer/commit/5a62c201578f187ce5bf031644dfd16c658542cb))
16+
517
### [2.3.1](https://github.com/MapColonies/overseer/compare/v2.3.0...v2.3.1) (2025-12-08)
618

719

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: overseer
33
description: Helm chart for overseer service
44
type: application
5-
version: 2.3.1
6-
appVersion: 2.3.1
5+
version: 2.4.0-alpha.0
6+
appVersion: 2.4.0-alpha.0
77
dependencies:
88
- name: mclabels
99
version: 1.0.1

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": "overseer",
3-
"version": "2.3.1",
3+
"version": "2.4.0-alpha.0",
44
"description": "A geospatial data management worker service that handles init, createTasks, merge, and finalization of geospatial jobs & tasks.",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)