Skip to content

Commit

Permalink
ci(release): 2.8.0
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2024-04-15)

### Features

* **frontend:** add support for sub paths ([#67](#67)) ([b0c7090](b0c7090))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent b0c7090 commit 82ec518
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.8.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.7.0...v2.8.0) (2024-04-15)


### Features

* **frontend:** add support for sub paths ([#67](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues/67)) ([b0c7090](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/b0c70906a8a0f21b68bfe82fc583b990779c1d90))

# [2.7.0](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.6.0...v2.7.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.7.0",
"version": "2.8.0",
"provider": {
"name": "Tristan Bastian",
"domain": "https://github.com/SoftwareAG/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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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 82ec518

Please sign in to comment.