We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a143cdb commit 52ba902Copy full SHA for 52ba902
3 files changed
CHANGELOG.md
@@ -3,6 +3,9 @@
3
Placeholder for the next version (at the beginning of the line):
4
## **WORK IN PROGRESS**
5
-->
6
+## 5.1.2 (2026-02-24)
7
+* `iobroker` plugin: Increase HTTP timeouts
8
+
9
## 5.1.1 (2026-02-12)
10
* Update dependencies
11
* Use trusted publishing
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alcalzone/release-script-repo",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "Release script to automatically increment version numbers and push git tags",
"keywords": [
"release",
packages/plugin-iobroker/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"description": "Plugin for Al Calzone's release script: ioBroker",
"keywords": [],
0 commit comments