diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d62c1..0374d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.0...v2.2.1) (2024-05-01) + + +### Bug Fixes + +* add missing ui package to releases ([aef2ec5](https://github.com/SoftwareAG/cumulocity-node-red/commit/aef2ec541e8e28aa5381a1d36d01015ebeb6e859)) + # [2.2.0](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.1.2...v2.2.0) (2024-05-01) diff --git a/cumulocity-node-red-ui/package.json b/cumulocity-node-red-ui/package.json index 3c8877d..f6a91e5 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.0", + "version": "2.2.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/cumulocity.json b/cumulocity.json index 9e0041f..d918d02 100644 --- a/cumulocity.json +++ b/cumulocity.json @@ -1,6 +1,6 @@ { "apiVersion": "v2", - "version": "2.2.0", + "version": "2.2.1", "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 3a60e7d..744936b 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.0", + "version": "2.2.1", "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 8d993b8..a332e9f 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.0", + "version": "2.2.1", "description": "c8y client for Node-RED", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index e8135b3..807587d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cumulocity-node-red", "private": true, - "version": "2.2.0", + "version": "2.2.1", "author": "Tristan Bastian", "description": "Node-RED integration into Cumulocity. With the Node-RED instance running as a microservice inside of Cumulocity.", "scripts": {