From 32db3a95aec751e9b73f68105cf7cd0edc9f7525 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 20:34:06 +0000 Subject: [PATCH] ci(release): 2.9.0 # [2.9.0](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.8.0...v2.9.0) (2024-11-25) ### Features * bump dependencies ([#95](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/issues/95)) ([abef6fc](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/commit/abef6fcfe49e222c4debfa089d656f816b0d5176)) --- 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 178790a..52ff589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.9.0](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.8.0...v2.9.0) (2024-11-25) + + +### Features + +* bump dependencies ([#95](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/issues/95)) ([abef6fc](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/commit/abef6fcfe49e222c4debfa089d656f816b0d5176)) + # [2.8.0](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.7.0...v2.8.0) (2024-04-15) diff --git a/backend/cumulocity.json b/backend/cumulocity.json index 53bb168..0cafa4b 100644 --- a/backend/cumulocity.json +++ b/backend/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "2", "name": "cloud-http-proxy", - "version": "2.8.0", + "version": "2.9.0", "provider": { "name": "Tristan Bastian", "domain": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy", diff --git a/backend/package.json b/backend/package.json index 38aa28b..757656f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "cloud-http-proxy", - "version": "2.8.0", + "version": "2.9.0", "description": "", "main": "src/index.js", "private": "true", diff --git a/frontend/package.json b/frontend/package.json index f672fc4..736d5b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "remote-access-cloud-http-proxy-ui", - "version": "2.8.0", + "version": "2.9.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 e227306..621b83a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cumulocity-remote-access-cloud-http-proxy", "private": true, - "version": "2.8.0", + "version": "2.9.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": {