Skip to content

Commit

Permalink
ci(release): 2.9.0
Browse files Browse the repository at this point in the history
# [2.9.0](v2.8.0...v2.9.0) (2024-11-25)

### Features

* bump dependencies ([#95](#95)) ([abef6fc](abef6fc))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent 7adb2e8 commit 32db3a9
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.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)


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.8.0",
"version": "2.9.0",
"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.8.0",
"version": "2.9.0",
"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.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": {
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.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": {
Expand Down

0 comments on commit 32db3a9

Please sign in to comment.