Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.7.4"}
{".":"2.7.5"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [2.7.5](https://github.com/MapColonies/3d-gateway/compare/v2.7.4...v2.7.5) (2026-01-01)


### Bug Fixes

* remove tag value ([#49](https://github.com/MapColonies/3d-gateway/issues/49)) ([31f5778](https://github.com/MapColonies/3d-gateway/commit/31f57787ac8bc5d048c7706a46f413faaa85f70d))

## [2.7.4](https://github.com/MapColonies/3d-gateway/compare/v2.7.3...v2.7.4) (2025-09-18)


Expand Down
2 changes: 1 addition & 1 deletion bundledApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: 3d-gateway
description: Validating and routing requests
version: 2.7.4
version: 2.7.5
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: gateway
description: A Helm chart for 3D gateway service
version: 2.7.4
appVersion: 2.7.4
version: 2.7.5
appVersion: 2.7.5
dependencies:
- name: mc-labels-and-annotations
version: 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ security: []
info:
title: 3d-gateway
description: Validating and routing requests
version: 2.7.4
version: 2.7.5
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3d-gateway",
"version": "2.7.4",
"version": "2.7.5",
"description": "A gateway betweem clients and interval services of 3D",
"main": "./src/index.ts",
"scripts": {
Expand Down