Skip to content

Commit

Permalink
chore: release v2.6.5
Browse files Browse the repository at this point in the history
* (AlCalzone) Update required versions of `js-controller` and `admin` to the current stable versions (#1116)
* (AlCalzone) Remove deprecated `main` and `title` fields from `io-package.json` (#1115)
* (AlCalzone) Remove deprecated license field from `io-package.json` (#1114)
* (AlCalzone) Add Node.js 22 as a supported version, set 20 as the default choice (#1112)
* (AlCalzone) Update CI workflows for the adapter creator (#1111)
  • Loading branch information
AlCalzone committed Sep 13, 2024
1 parent 27519f6 commit 4e14103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## __WORK IN PROGRESS__
(at the beginning of a new line)
-->
## __WORK IN PROGRESS__
## 2.6.5 (2024-09-13)
* (AlCalzone) Update required versions of `js-controller` and `admin` to the current stable versions (#1116)
* (AlCalzone) Remove deprecated `main` and `title` fields from `io-package.json` (#1115)
* (AlCalzone) Remove deprecated license field from `io-package.json` (#1114)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/create-adapter",
"version": "2.6.4",
"version": "2.6.5",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 4e14103

Please sign in to comment.