Skip to content

Commit

Permalink
ci(release): 2.9.1
Browse files Browse the repository at this point in the history
## [2.9.1](v2.9.0...v2.9.1) (2024-12-03)

### Bug Fixes

* do not attempt to retry failing request ([#99](#99)) ([7505004](7505004))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 7505004 commit 2338b54
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.1](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.9.0...v2.9.1) (2024-12-03)


### Bug Fixes

* do not attempt to retry failing request ([#99](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/issues/99)) ([7505004](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/commit/750500402bd573f7ce0e37d02b7449c336ae6ac4))

# [2.9.0](https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/compare/v2.8.0...v2.9.0) (2024-11-25)


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.0",
"version": "2.9.1",
"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.0",
"version": "2.9.1",
"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.0",
"version": "2.9.1",
"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.0",
"version": "2.9.1",
"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 2338b54

Please sign in to comment.