Skip to content

Commit bfa7f1e

Browse files
ci(release): 2.9.2
## [2.9.2](v2.9.1...v2.9.2) (2024-12-12) ### Bug Fixes * http proxy tabs should not be gone when alarms tab is visited ([339ed9b](339ed9b))
1 parent 339ed9b commit bfa7f1e

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.9.2](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.1...v2.9.2) (2024-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* http proxy tabs should not be gone when alarms tab is visited ([339ed9b](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/commit/339ed9bc1a8645a2b78632cb81bbf703356b9c51))
7+
18
## [2.9.1](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.0...v2.9.1) (2024-12-03)
29

310

backend/cumulocity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apiVersion": "2",
33
"name": "cloud-http-proxy",
4-
"version": "2.9.1",
4+
"version": "2.9.2",
55
"provider": {
66
"name": "Tristan Bastian",
77
"domain": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy",

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-http-proxy",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "",
55
"main": "src/index.js",
66
"private": "true",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remote-access-cloud-http-proxy-ui",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"author": "Tristan Bastian",
55
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cumulocity-remote-access-cloud-http-proxy",
33
"private": true,
4-
"version": "2.9.1",
4+
"version": "2.9.2",
55
"author": "Tristan Bastian",
66
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
77
"scripts": {

0 commit comments

Comments
 (0)