From 33dd79ad48deaecef70b20b976389697c4c9e0fd Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Sat, 27 Aug 2022 14:57:40 +0200 Subject: [PATCH] chore: release v2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (AlCalzone) Test Node 18, drop Node 12 from testing (#909) * (AlCalzone) Remove deprecated unit tests (#908) · [Migration guide](docs/updates/20220506_remove_unit_tests.md) * (AlCalzone) Base `tsconfig.json` on `@tsconfig/node` packages (#910) · [Migration guide](docs/updates/20220506_tsconfig_node.md) * (AlCalzone) Upgrade TypeScript dependency in adapters to `4.6` (#914) * (AlCalzone) Cancel previous PR/branch runs when a new commit is pushed (#915) · [Migration guide](docs/updates/20220515_cancel_check_runs.md) * (UncleSamSwiss) Add support for JSON Config UI (#724) * (crycode-de) Fix `npm run check` for TS-React adapters · [Migration guide](docs/updates/20220608_check_ts_react.md) * (AlCalzone) Replace ESM-only dependencies (#943) * (Steiger04 & AlCalzone) Fix reactivity in VIS widget (#848) * (AlCalzone) Fix: Offer `Prettier` for JS adapters too (#945) * (AlCalzone) Remove non-functioning david-dm badge from README (#946) * (AlCalzone & klein0r) Add github actions to dependabot config, reduce pull request limit (#948) · [Migration guide](docs/updates/20220824_dependabot_gh_actions.md) * (AlCalzone & klein0r) Enable syntax help for JSON Config in VSCode (#959) · [Migration guide](docs/updates/20220827_jsonconfig_vscode.md) * (AlCalzone & klein0r) Fix `tsconfig.json` generation in `admin` directory (#960) * (AlCalzone & klein0r) Fix automatic releases by requesting write permissions in `deploy` workflow (#961) · [Migration guide](docs/updates/20220827_deploy_write_permissions.md) * (AlCalzone) Prevent widgets from overwriting VIS link by removing `localLinks` from `io-package.json` (#962) * (AlCalzone) Append `.git` to HTTPS repository URLs (#963) * (AlCalzone) Upgrade creator to TypeScript 4.8 (#964) --- 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 97a8acce..36ada009 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.2.0 (2022-08-27) * (AlCalzone) Test Node 18, drop Node 12 from testing (#909) * (AlCalzone) Remove deprecated unit tests (#908) · [Migration guide](docs/updates/20220506_remove_unit_tests.md) * (AlCalzone) Base `tsconfig.json` on `@tsconfig/node` packages (#910) · [Migration guide](docs/updates/20220506_tsconfig_node.md) diff --git a/package-lock.json b/package-lock.json index 673c4eea..ddaf7107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/create-adapter", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/create-adapter", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "dependencies": { "@esm2cjs/p-limit": "^4.0.0", diff --git a/package.json b/package.json index f51b1f26..9412c074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "2.1.1", + "version": "2.2.0", "description": "Command line utility to create customized ioBroker adapters", "keywords": [], "main": "build/index.js",