diff --git a/CHANGELOG.md b/CHANGELOG.md index dba39762..c77b580a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.5](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v2.1.4...v2.1.5) (2023-07-26) + + +### Bug Fixes + +* **datapoints-graph:** adding margin to the datapoint graph config view ([eb09afb](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/eb09afb2d8879d31f946bc8764833bb523b2b3ed)) + ## [2.1.4](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v2.1.3...v2.1.4) (2023-07-10) diff --git a/package-lock.json b/package-lock.json index 49901217..1e251a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a510857b..d6371fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "2.1.4", + "version": "2.1.5", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "start": "c8ycli server",