diff --git a/CHANGELOG.md b/CHANGELOG.md index 477dce44..5fcdcbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/SoftwareAG/cumulocity-community-widgets/compare/v1.0.2...v1.0.3) (2023-05-02) + + +### Bug Fixes + +* **ci:** also create release on github not just the tag ([4d0a267](https://github.com/SoftwareAG/cumulocity-community-widgets/commit/4d0a2673e18c9de0f3315c8eebaad2750b12278a)) + ## [1.0.2](https://github.com/SoftwareAG/cumulocity-community-widgets/compare/v1.0.1...v1.0.2) (2023-05-02) diff --git a/package-lock.json b/package-lock.json index 70a17091..7fcd9193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-widgets", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 308bafe0..6f21f90e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-widgets", - "version": "1.0.2", + "version": "1.0.3", "description": "This is a set of widgets developed and maintained by the community.", "scripts": { "start": "c8ycli server",