Skip to content

Commit 49758ed

Browse files
author
Asaf Masa
committed
chore(release): 2.4.4
1 parent 4fad6b2 commit 49758ed

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.4](https://github.com/MapColonies/3d-gateway/compare/v2.4.3...v2.4.4) (2024-11-27)
6+
57
### [2.4.3](https://github.com/MapColonies/3d-gateway/compare/v2.4.2...v2.4.3) (2024-11-26)
68

79

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.3
5-
appVersion: 2.4.3
4+
version: 2.4.4
5+
appVersion: 2.4.4

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

0 commit comments

Comments
 (0)