From 6c79395c7681061c48fc9a45f872353908c3a209 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:51:23 +0200 Subject: [PATCH] chore(master): release 2.7.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ bundledApi.yaml | 2 +- helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ac4e76..11017ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.7.4"} \ No newline at end of file +{".":"2.7.5"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f9907..170944f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bundledApi.yaml b/bundledApi.yaml index e7b96b2..f2e89ef 100644 --- a/bundledApi.yaml +++ b/bundledApi.yaml @@ -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 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 22237b4..876c7bd 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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 diff --git a/openapi3.yaml b/openapi3.yaml index e98c489..734bd02 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -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 diff --git a/package-lock.json b/package-lock.json index 9ff22b2..87e1a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3d-gateway", - "version": "2.7.4", + "version": "2.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3d-gateway", - "version": "2.7.4", + "version": "2.7.5", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 1861cd1..86adcc7 100644 --- a/package.json +++ b/package.json @@ -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": {