Skip to content

Commit

Permalink
chore: release v1.32.0
Browse files Browse the repository at this point in the history
Update Readme: remove snyk.io badge, use https (#655)
Add Sentry notification about new release to workflow (#690)
Fix function declaration for translate function `_` (#691)
Add support for tab in Admin to use React (#674)
Restore compatibility with `eslint-config-prettier` v8 (#709) · [Migration guide](docs/updates/20210301_prettier_config.md)
Replaced the now deprecated compact mode check using `module.parent` with one that uses `require.main` (#653) · [Migration guide](docs/updates/20201201_require_main.md)
Add support for migrating an existing adapter project and pre-fill the answers (#712)
  • Loading branch information
AlCalzone committed Mar 9, 2021
1 parent c46c9eb commit f6e14fe
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.32.0 (2021-03-09)
* (AlCalzone) Update Readme: remove snyk.io badge, use https (#655)
* (Gaudes) Add Sentry notification about new release to workflow (#690)
* (Gaudes) Fix function declaration for translate function `_` (#691)
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.31.0",
"version": "1.32.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit f6e14fe

Please sign in to comment.