diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a04e69..532f75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.4](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.3...v2.2.4) (2024-05-24) + + +### Bug Fixes + +* set iframe src correctly ([f4b10cf](https://github.com/SoftwareAG/cumulocity-node-red/commit/f4b10cf41f14616efa6b6017b2aa995b62b52f95)) + ## [2.2.3](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.2...v2.2.3) (2024-05-24) diff --git a/cumulocity-node-red-ui/package.json b/cumulocity-node-red-ui/package.json index 21dc673..46180a2 100644 --- a/cumulocity-node-red-ui/package.json +++ b/cumulocity-node-red-ui/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-node-red-ui", - "version": "2.2.3", + "version": "2.2.4", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/cumulocity.json b/cumulocity.json index b76b118..bdce364 100644 --- a/cumulocity.json +++ b/cumulocity.json @@ -1,6 +1,6 @@ { "apiVersion": "v2", - "version": "2.2.3", + "version": "2.2.4", "name": "node-red", "provider": { "name": "Tristan Bastian", diff --git a/node-red-c8y-storage-plugin/package.json b/node-red-c8y-storage-plugin/package.json index 86afb77..d6f7f54 100644 --- a/node-red-c8y-storage-plugin/package.json +++ b/node-red-c8y-storage-plugin/package.json @@ -1,6 +1,6 @@ { "name": "node-red-c8y-storage-plugin", - "version": "2.2.3", + "version": "2.2.4", "description": "Node-RED c8y Storage Plugin", "main": "lib/index.js", "scripts": { diff --git a/node-red-contrib-c8y-client/package.json b/node-red-contrib-c8y-client/package.json index c15d8ea..b59bcd7 100644 --- a/node-red-contrib-c8y-client/package.json +++ b/node-red-contrib-c8y-client/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-c8y-client", - "version": "2.2.3", + "version": "2.2.4", "description": "c8y client for Node-RED", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index ddb52ae..20c079c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cumulocity-node-red", "private": true, - "version": "2.2.3", + "version": "2.2.4", "author": "Tristan Bastian", "description": "Node-RED integration into Cumulocity. With the Node-RED instance running as a microservice inside of Cumulocity.", "scripts": {