diff --git a/CHANGELOG.md b/CHANGELOG.md index f3059e3..108c158 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.1 (2024-06-12) +* `iobroker` plugin: Detect more author names and @ mentions in the changelog + ## 3.7.0 (2023-11-29) * Added `-lf` option to run the lock file update with the `--force` flag * Dependency upgrades diff --git a/LICENSE b/LICENSE index 6845c8a..03f0425 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 AlCalzone +Copyright (c) 2024 AlCalzone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index c28cc76..6d00292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alcalzone/release-script-repo", - "version": "3.7.0", + "version": "3.7.1", "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 ac1665a..bed630c 100644 --- a/packages/plugin-iobroker/package.json +++ b/packages/plugin-iobroker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.7.0", + "version": "3.7.1", "description": "Plugin for Al Calzone's release script: ioBroker", "keywords": [], "license": "MIT",