Skip to content

Commit

Permalink
chore: release v1.28.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
AlCalzone committed Sep 11, 2020
1 parent 03e6f9e commit 1754de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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__
## 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)
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.27.0",
"version": "1.28.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 1754de2

Please sign in to comment.