Skip to content

Commit

Permalink
ci(release): 2.9.2
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 12, 2024
1 parent 339ed9b commit bfa7f1e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.9.2](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.1...v2.9.2) (2024-12-12)


### Bug Fixes

* 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))

## [2.9.1](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.0...v2.9.1) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion backend/cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apiVersion": "2",
"name": "cloud-http-proxy",
"version": "2.9.1",
"version": "2.9.2",
"provider": {
"name": "Tristan Bastian",
"domain": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy",
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-http-proxy",
"version": "2.9.1",
"version": "2.9.2",
"description": "",
"main": "src/index.js",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-access-cloud-http-proxy-ui",
"version": "2.9.1",
"version": "2.9.2",
"author": "Tristan Bastian",
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cumulocity-remote-access-cloud-http-proxy",
"private": true,
"version": "2.9.1",
"version": "2.9.2",
"author": "Tristan Bastian",
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
"scripts": {
Expand Down

0 comments on commit bfa7f1e

Please sign in to comment.