From 6cfaab747a8462f548c88026c308ecddc70440b7 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Fri, 5 Jan 2024 20:33:56 +0100 Subject: [PATCH] chore: release v2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (AlCalzone) Change supported Node.js versions to 18 / 20 (#1082) · [Migration guide](docs/updates/20240105_min_node18.md) * (AlCalzone) Simplify maintenance of ESLint config by using the `"latest"` parser version (#1082) · [Migration guide](docs/updates/20240105_ecmaversion_latest.md) * (AlCalzone) Pin `chai` dependency to version 4 (#1082) --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cdc2ea..37db3772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## __WORK IN PROGRESS__ (at the beginning of a new line ) --> -## __WORK IN PROGRESS__ +## 2.6.0 (2024-01-05) * (AlCalzone) Change supported Node.js versions to 18 / 20 (#1082) · [Migration guide](docs/updates/20240105_min_node18.md) * (AlCalzone) Simplify maintenance of ESLint config by using the `"latest"` parser version (#1082) · [Migration guide](docs/updates/20240105_ecmaversion_latest.md) * (AlCalzone) Pin `chai` dependency to version 4 (#1082) diff --git a/package-lock.json b/package-lock.json index fddafaa3..bb587f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/create-adapter", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/create-adapter", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@iobroker/adapter-dev": "^1.2.0", diff --git a/package.json b/package.json index aac8e64d..1fd84f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "2.5.0", + "version": "2.6.0", "description": "Command line utility to create customized ioBroker adapters", "keywords": [], "main": "build/index.js",