From 1754de2e2e745fd8a18e787b0d9d47bd2b567346 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Fri, 11 Sep 2020 20:51:04 +0200 Subject: [PATCH] chore: release v1.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improved command line arguments handling (#573) Allow to replay the adapter creation with the same answers (#574) Removed automatic restart of docker containers (#575) · [Migration guide](docs/updates/20200909_devcontainers_no_restart.md) Make ESLint work in the admin directory, fix most resulting errors (fixes #576) The year and name placeholders in the Apache License are now correctly replaced (fixes #578) Added dependabot config for automated dependency updates with auto-merging (#582) · [Migration guide](docs/updates/20200910_dependabot.md) Fixed how mocha interacts with TypeScript (#583) --- 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 936bc55a..a0c89daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## __WORK IN PROGRESS__ (at the beginning of a new line ) --> -## __WORK IN PROGRESS__ +## 1.28.0 (2020-09-11) * (UncleSamSwiss) Improved command line arguments handling (#573) * (UncleSamSwiss) Allow to replay the adapter creation with the same answers (#574) * (UncleSamSwiss) Removed automatic restart of docker containers (#575) · [Migration guide](docs/updates/20200909_devcontainers_no_restart.md) diff --git a/package-lock.json b/package-lock.json index 20167891..d8dbaa18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "1.27.0", + "version": "1.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c98ab2e..1fc3939c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "1.27.0", + "version": "1.28.0", "description": "Command line utility to create customized ioBroker adapters", "keywords": [], "main": "build/index.js",