Skip to content

Commit 52ba902

Browse files
committed
chore: release v5.1.2
* `iobroker` plugin: Increase HTTP timeouts
1 parent a143cdb commit 52ba902

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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+
## 5.1.2 (2026-02-24)
7+
* `iobroker` plugin: Increase HTTP timeouts
8+
69
## 5.1.1 (2026-02-12)
710
* Update dependencies
811
* Use trusted publishing

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": "5.1.1",
3+
"version": "5.1.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": "5.1.1",
6+
"version": "5.1.2",
77
"type": "module",
88
"description": "Plugin for Al Calzone's release script: ioBroker",
99
"keywords": [],

0 commit comments

Comments
 (0)