Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
make sure that also texts with multiple sentences are correctly translated via Google Translate
  • Loading branch information
Apollon77 committed Aug 17, 2022
1 parent 035407b commit 832fb5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This path can be changed with the `--config` option, short `-c`.
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.0.1 (2022-08-17)
- (Apollon77) make sure that also texts with multiple sentences are correctly translated via Google Translate

### 1.0.0 (2022-02-15)
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/adapter-dev",
"version": "1.0.0",
"version": "1.0.1",
"description": "All developer dependencies an ioBroker adapter developer needs",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -82,4 +82,4 @@
"tiny-glob": "^0.2.9",
"yargs": "^17.5.1"
}
}
}

0 comments on commit 832fb5d

Please sign in to comment.