Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
AlCalzone committed Sep 15, 2021
1 parent dc89fc2 commit 838ff76
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__
## 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)
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.34.0",
"version": "2.0.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 838ff76

Please sign in to comment.