Skip to content

Commit

Permalink
ci(release): 2.4.3
Browse files Browse the repository at this point in the history
## [2.4.3](v2.4.2...v2.4.3) (2024-04-03)

### Bug Fixes

* **microservice:** disable timeouts as otherwise websocket connections were closed after ~60-90 seconds ([66b38d5](66b38d5))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent 8e9cf6a commit a3e01a8
Show file tree
Hide file tree
Showing 1,590 changed files with 101,605 additions and 2,044 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.3](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.2...v2.4.3) (2024-04-03)


### Bug Fixes

* **microservice:** disable timeouts as otherwise websocket connections were closed after ~60-90 seconds ([66b38d5](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/commit/66b38d57ddb777549c5233fa566e8dba67cafd0b))

## [2.4.2](https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/compare/v2.4.1...v2.4.2) (2024-03-22)


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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"description": "",
"main": "src/index.js",
"private": "true",
Expand Down
141 changes: 141 additions & 0 deletions frontend/node_modules/@angular-devkit/build-angular/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3e01a8

Please sign in to comment.