Skip to content

Commit 0ce8359

Browse files
committed
chore: release v3.7.2
* `iobroker` plugin: Fixed issue in changelog cleanup routine introduced in `3.7.1`
1 parent 564ae9b commit 0ce8359

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Placeholder for the next version (at the beginning of the line):
44
## **WORK IN PROGRESS**
55
-->
6+
## 3.7.2 (2024-06-24)
7+
* `iobroker` plugin: Fixed issue in changelog cleanup routine introduced in `3.7.1`
8+
69
## 3.7.1 (2024-06-12)
710
* `iobroker` plugin: Detect more author names and @ mentions in the changelog
811

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alcalzone/release-script-repo",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "Release script to automatically increment version numbers and push git tags",
55
"keywords": [
66
"release",

packages/plugin-iobroker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "3.7.1",
6+
"version": "3.7.2",
77
"description": "Plugin for Al Calzone's release script: ioBroker",
88
"keywords": [],
99
"license": "MIT",

0 commit comments

Comments
 (0)