diff --git a/CHANGELOG.md b/CHANGELOG.md index 108c158..c5735df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Placeholder for the next version (at the beginning of the line): ## **WORK IN PROGRESS** --> +## 3.7.2 (2024-06-24) +* `iobroker` plugin: Fixed issue in changelog cleanup routine introduced in `3.7.1` + ## 3.7.1 (2024-06-12) * `iobroker` plugin: Detect more author names and @ mentions in the changelog diff --git a/package.json b/package.json index 6d00292..9c499bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alcalzone/release-script-repo", - "version": "3.7.1", + "version": "3.7.2", "description": "Release script to automatically increment version numbers and push git tags", "keywords": [ "release", diff --git a/packages/plugin-iobroker/package.json b/packages/plugin-iobroker/package.json index bed630c..05405e1 100644 --- a/packages/plugin-iobroker/package.json +++ b/packages/plugin-iobroker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.7.1", + "version": "3.7.2", "description": "Plugin for Al Calzone's release script: ioBroker", "keywords": [], "license": "MIT",