From b07ae44ec3ad4bfecd21cffa0f4c8265e078ed21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 11:53:47 +0000 Subject: [PATCH] ci(release): 3.2.2 [skip ci] ## [3.2.2](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.1...v3.2.2) (2024-09-24) ### Bug Fixes * **ci:** update versioning matrix ([#47](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/47)) ([578fec2](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/578fec2effaba99803ad6c0b2f6769e5123551af)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1c98d..24dcd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.1...v3.2.2) (2024-09-24) + + +### Bug Fixes + +* **ci:** update versioning matrix ([#47](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/47)) ([578fec2](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/578fec2effaba99803ad6c0b2f6769e5123551af)) + ## [3.2.1](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.0...v3.2.1) (2024-09-23) diff --git a/package-lock.json b/package-lock.json index d3ad0f9..92f9983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cumulocity-community-plugins", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cumulocity-community-plugins", - "version": "3.2.1", + "version": "3.2.2", "license": "Apache-2.0", "dependencies": { "@angular-eslint/eslint-plugin": "^17.0.0", diff --git a/package.json b/package.json index b47455b..245e55c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "3.2.1", + "version": "3.2.2", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "ng": "ng",