Skip to content

Commit

Permalink
chore: release v1.34.0
Browse files Browse the repository at this point in the history
Add support for Google Translate V3 API (requires credentials) (#720)
Fix linter warnings in the creator codebase (#731)
Updated dependencies
Use official Docker image for devcontainer (#739) · [Migration guide](docs/updates/20210503_devcontainer_official_docker.md)
Enable JSON schema support for io-package.json in VSCode (#740) · [Migration guide](docs/updates/20210503_vscode_io-package_schema.md)
Improve documentation for the Dependabot auto-merge token (#743)
Fixed adapter-react dependencies by using `@iobroker/adapter-react` version 1.6.15 (#747) · [Migration guide](docs/updates/20210510_adapter-react-fix.md)
Avoid generating mixed tabs and spaces in `.yml` files (#748)
The template index no longer changes order when switching between Linux and Windows (#753)
Enable TypeScript sourcemaps (#755) · [Migration guide](docs/updates/20210515_sourcemaps.md)
Add Node 16 to test suite, drop Node 10 (#756) · [Migration guide](docs/updates/20210515_test_node_16.md)
Add option for release script (#759) · [Migration guide](docs/updates/20210519_release_script.md)
Add option for dev-server (#760) · [Migration guide](docs/updates/20210519_dev_server.md)
  • Loading branch information
AlCalzone committed May 19, 2021
1 parent ef01aaa commit 6332c0e
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 @@ -6,7 +6,7 @@
(at the beginning of a new line )
-->

## __WORK IN PROGRESS__
## 1.34.0 (2021-05-19)
* (UncleSamSwiss) Add support for Google Translate V3 API (requires credentials) (#720)
* (AlCalzone) Fix linter warnings in the creator codebase (#731)
* (AlCalzone & Dependabot) Updated dependencies
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.33.0",
"version": "1.34.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 6332c0e

Please sign in to comment.