Skip to content

Commit 48ff107

Browse files
committed
chore(release): 2.5.0
1 parent 40cf8d3 commit 48ff107

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.5.0](https://github.com/MapColonies/3d-gateway/compare/v2.4.6...v2.5.0) (2025-01-19)
6+
7+
8+
### Features
9+
10+
* trim footprints to 2D coordinates ([#30](https://github.com/MapColonies/3d-gateway/issues/30)) ([40cf8d3](https://github.com/MapColonies/3d-gateway/commit/40cf8d3138c9b0c76967e465b725d8a4ac700a9e))
11+
512
### [2.4.6](https://github.com/MapColonies/3d-gateway/compare/v2.4.4...v2.4.6) (2025-01-13)
613

714

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: gateway
33
description: A Helm chart for 3D gateway service
4-
version: 2.4.6
5-
appVersion: 2.4.6
4+
version: 2.5.0
5+
appVersion: 2.5.0

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: 3d-gateway
44
description: Validating and routing requests
5-
version: 2.4.6
5+
version: 2.5.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": "3d-gateway",
3-
"version": "2.4.6",
3+
"version": "2.5.0",
44
"description": "A gateway betweem clients and interval services of 3D",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)