Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
* (mcm1957) Added check that own adapter is not listed at common.restartAdapters
* (mcm1957) Added check of version strings at common.news
* (mcm1957) Added check for recommended node version (node 18 for now)
* (mcm1957) Disallow common.mode == subscribe
* (mcm1957) Deprecate common.wakeup
* (mcm1957) Added check for adapter-core version (>= 3.0.6)
  • Loading branch information
mcm1957 committed Mar 26, 2024
1 parent 4b6caa6 commit 1996d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Branch (`master/main/dev`) is optional.
-->

## Changelog
### **WORK IN PROGRESS**
### 2.2.1 (2024-03-26)
* (mcm1957) Added check that own adapter is not listed at common.restartAdapters
* (mcm1957) Added check of version strings at common.news
* (mcm1957) Added check for recommended node version (node 18 for now)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0",
"version": "2.2.1",
"name": "@iobroker/repochecker",
"dependencies": {
"axios": "^1.6.8",
Expand Down

0 comments on commit 1996d46

Please sign in to comment.