Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
- reduce cpu usage
  • Loading branch information
TA2k committed Apr 8, 2024
1 parent 3c99064 commit ca04532
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Unter commands das commando auf klappen und den button neben start drücken wenn
Remote sind vorgefertige Remote Befehle

## Changelog

### **WORK IN PROGRESS**
### 0.2.0 (2024-04-08)

- reduce cpu usage

Expand Down
18 changes: 14 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "mercedesme",
"version": "0.1.9",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "reduce cpu usage",
"de": "Fix für zu hohe CPU Auslastung",
"ru": "сокращение использования кпу",
"pt": "reduzir o uso de cpu",
"nl": "cpu gebruik verminderen",
"fr": "réduire l'utilisation de cpu",
"it": "ridurre l'utilizzo di cpu",
"es": "reducir el uso de cpu",
"pl": "zmniejszyć wykorzystanie cpu",
"uk": "зменшити використання cpu",
"zh-cn": "减少 cpu 使用量"
},
"0.1.8": {
"en": "improve code sending",
"de": "Code Senden verbessert",
Expand Down Expand Up @@ -30,9 +43,6 @@
},
"0.0.59": {
"en": "fix dependencies"
},
"0.0.58": {
"en": "fix for new vehicles without fin"
}
},
"titleLang": {
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -56,5 +56,5 @@
"test:unit": "mocha test/unit --exit",
"release": "release-script"
},
"version": "0.1.9"
"version": "0.2.0"
}

0 comments on commit ca04532

Please sign in to comment.