diff --git a/CHANGELOG.md b/CHANGELOG.md index a456f0e..4cae9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.5.0](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.4.1...v3.5.0) (2024-11-06) + + +### Features + +* add app builder dashboard migration button plugin ([#55](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/55)) ([aa50577](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/aa50577917b742ee6610b874ac01e8f01df3a4b5)) + ## [3.4.1](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.4.0...v3.4.1) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index d509bff..7badb27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cumulocity-community-plugins", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cumulocity-community-plugins", - "version": "3.4.1", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { "@angular-eslint/eslint-plugin": "^17.0.0", diff --git a/package.json b/package.json index abcd492..8da5f74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "3.4.1", + "version": "3.5.0", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "ng": "ng",