Skip to content

Commit 8adb21b

Browse files
committed
chore: release v3.1.0
* (@Apollon77/@copilot) Add `--nonInteractive` CLI option to prevent hanging in automated environments (#1238)
1 parent f010512 commit 8adb21b

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
## __WORK IN PROGRESS__
66
(at the beginning of a new line)
77
-->
8-
9-
## __WORK IN PROGRESS__
8+
## 3.1.0 (2025-11-08)
109
* (@Apollon77/@copilot) Add `--nonInteractive` CLI option to prevent hanging in automated environments (#1238)
1110

1211
## 3.0.0 (2025-11-08)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/create-adapter",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Command line utility to create customized ioBroker adapters",
55
"keywords": [],
66
"main": "build/index.js",

0 commit comments

Comments
 (0)