Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
* (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)
  • Loading branch information
AlCalzone committed Aug 27, 2022
1 parent e1cd2e7 commit 33dd79a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.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)
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.1.1",
"version": "2.2.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 33dd79a

Please sign in to comment.