From 82ec518c52238192ce0f3d6a85d250563cf090aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 20:23:05 +0000 Subject: [PATCH] ci(release): 2.8.0 # [2.8.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.7.0...v2.8.0) (2024-04-15) ### Features * **frontend:** add support for sub paths ([#67](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues/67)) ([b0c7090](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/b0c70906a8a0f21b68bfe82fc583b990779c1d90)) --- CHANGELOG.md | 7 +++++++ backend/cumulocity.json | 2 +- backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cf5b1..463ab49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.8.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.7.0...v2.8.0) (2024-04-15) + + +### Features + +* **frontend:** add support for sub paths ([#67](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues/67)) ([b0c7090](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/b0c70906a8a0f21b68bfe82fc583b990779c1d90)) + # [2.7.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.6.0...v2.7.0) (2024-04-15) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index 244ab92..652a25c 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.7.0", + "version": "2.8.0", "provider": { "name": "Tristan Bastian", "domain": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy", diff --git a/backend/package.json b/backend/package.json index 92b1dce..f66f499 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.7.0", + "version": "2.8.0", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package.json b/frontend/package.json index e528b60..d85821f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.7.0", + "version": "2.8.0", "author": "Tristan Bastian", "description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.", "scripts": { diff --git a/package.json b/package.json index d18a992..688552b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cumulocity-remote-access-cloud-http-proxy", "private": true, - "version": "2.7.0", + "version": "2.8.0", "author": "Tristan Bastian", "description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.", "scripts": {