diff --git a/CHANGELOG.md b/CHANGELOG.md index b4392f6..2b7bc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.0.1...v3.1.0) (2024-08-13) + + +### Features + +* **datapoints-graph:** [MTM-52605] Configure alarms and events in Data points graph 2.0 and display on chart ([#29](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/29)) ([04813d1](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/04813d134fff69a5ad21189baea06e4a38230843)) + ## [3.0.1](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.0.0...v3.0.1) (2024-06-26) diff --git a/package-lock.json b/package-lock.json index 05a0b45..23fb358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cumulocity-community-plugins", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cumulocity-community-plugins", - "version": "3.0.1", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@angular-eslint/eslint-plugin": "^17.0.0", diff --git a/package.json b/package.json index 8304dff..b37fa72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "3.0.1", + "version": "3.1.0", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "ng": "ng",