Skip to content

Commit 74822d4

Browse files
committed
chore: release v3.7.1
* `iobroker` plugin: Detect more author names and @ mentions in the changelog
1 parent 3c0c9fd commit 74822d4

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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.1 (2024-06-12)
7+
* `iobroker` plugin: Detect more author names and @ mentions in the changelog
8+
69
## 3.7.0 (2023-11-29)
710
* Added `-lf` option to run the lock file update with the `--force` flag
811
* Dependency upgrades

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 AlCalzone
3+
Copyright (c) 2024 AlCalzone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.0",
3+
"version": "3.7.1",
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.0",
6+
"version": "3.7.1",
77
"description": "Plugin for Al Calzone's release script: ioBroker",
88
"keywords": [],
99
"license": "MIT",

0 commit comments

Comments
 (0)