Skip to content

Commit 0d452db

Browse files
committed
chore: release v5.9.1
- (@copilot) Added `isNewAdapter` flag: set to `true` when adapter is not listed in the latest repository, with an info log when set. - (@copilot) Added `--strict` command line option: when active, outputs an info log "running in strict mode". - (@copilot) `[S6020]` suggestion to add `CHANGELOG_OLD.md` is now only shown when `isNewAdapter` is set or strict mode is active.
1 parent 289d9e5 commit 0d452db

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example:
2525
Placeholder for the next version (at the beginning of the line):
2626
### **WORK IN PROGRESS**
2727
-->
28-
### **WORK IN PROGRESS**
28+
### 5.9.1 (2026-04-08)
2929
- (@copilot) Added `isNewAdapter` flag: set to `true` when adapter is not listed in the latest repository, with an info log when set.
3030
- (@copilot) Added `--strict` command line option: when active, outputs an info log "running in strict mode".
3131
- (@copilot) `[S6020]` suggestion to add `CHANGELOG_OLD.md` is now only shown when `isNewAdapter` is set or strict mode is active.

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,5 +1,5 @@
11
{
2-
"version": "5.9.0",
2+
"version": "5.9.1",
33
"name": "@iobroker/repochecker",
44
"dependencies": {
55
"ajv": "^8.18.0",

0 commit comments

Comments
 (0)