diff --git a/CHANGELOG.md b/CHANGELOG.md index 24dcd98..96b7247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.2...v3.3.0) (2024-10-21) + + +### Features + +* advanced simulators added as plugin ([#52](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/52)) ([4d08323](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/4d08323d3f2afd6ecd0924228ec230f9596c5edd)) + ## [3.2.2](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.1...v3.2.2) (2024-09-24) diff --git a/package-lock.json b/package-lock.json index 3b89c8d..72d35a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cumulocity-community-plugins", - "version": "3.2.2", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cumulocity-community-plugins", - "version": "3.2.2", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "@angular-eslint/eslint-plugin": "^17.0.0", diff --git a/package.json b/package.json index b681423..4cadac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "3.2.2", + "version": "3.3.0", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "ng": "ng",