From 838ff764298819790639fc5e5a4d825810689278 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Wed, 15 Sep 2021 09:17:39 +0200 Subject: [PATCH] chore: release v2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Require Node.js 12+ to execute the creator (#767) Add `common.title` property back into `io-package.json` (#796) Drop support for Travis CI (#797) · [Migration guide](docs/updates/20210818_no_travis.md) Use dependency caching on Github Actions (#809) · [Migration guide](docs/updates/20210902_github_dependency_caching.md) Restore compatibility with TypeScript 4.4+ (#808) · [Migration guide](docs/updates/20210902_typescript_44.md) Fix ESLint auto-formatting to generate correct quotes in React (#812) Allow exitCode 11 by default for schedule adapters during testing (#811) Updated `.gitignore`, added `.eslintignore` file (#813) · [Migration guide](docs/updates/20210906_ignore-files.md) Remove `.npmignore` blacklist, use `files` whitelist in `package.json` instead (#816) · [Migration guide](docs/updates/20210906_files_whitelist.md) Updated alt texts of ioBroker badges in readme (#722) Shared testing workflows (#822) · [Migration guide](docs/updates/20210913_shared_testing_workflows.md) Readme for adapter created using portal reflects the fact that the repository already exists (#788) The default branch can now be chosen, default is "main", but it is possible to change to "master" (#631) --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7aa2f8..40ea8594 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.0.0 (2021-09-15) * (AlCalzone) Require Node.js 12+ to execute the creator (#767) * (AlCalzone) Add `common.title` property back into `io-package.json` (#796) * (AlCalzone) Drop support for Travis CI (#797) · [Migration guide](docs/updates/20210818_no_travis.md) diff --git a/package-lock.json b/package-lock.json index e3cb7412..b6ca9c84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "1.34.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d5bf18e..4f936fd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "1.34.0", + "version": "2.0.0", "description": "Command line utility to create customized ioBroker adapters", "keywords": [], "main": "build/index.js",