Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
- add additonal cupra states
  • Loading branch information
TA2k committed Apr 11, 2024
1 parent 3688460 commit be2791c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 25 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ You can set climatisaton temperature in
```

## Changelog
### 0.6.0 (2024-04-11)

- add additonal cupra states

### 0.5.4 (2024-03-17)

- fix door window states
Expand Down
19 changes: 14 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vw-connect",
"version": "0.5.4",
"version": "0.6.0",
"news": {
"0.6.0": {
"en": "add additonal cupra states",
"de": "Zusätzliche Cupra States hinzugefügt",
"ru": "добавочные состояния",
"pt": "additonal cupra estados",
"nl": "additunal cupra states toevoegen",
"fr": "ajouter les états cupra additonal",
"it": "aggiungere stati cupra additonali",
"es": "añadir estados de cúpula",
"pl": "additonal cupra states",
"uk": "additonal cupra стани",
"zh-cn": "添加额外 cupra 状态"
},
"0.5.4": {
"en": "fix door window states",
"de": "Fix für door und window States",
Expand Down Expand Up @@ -35,10 +48,6 @@
"0.3.2": {
"en": "Improve Volkswagen App remotes (window heatings,settings)",
"de": "Verbesserung der Volkswagen App Remotes (Fensterheizungen, Einstellungen)"
},
"0.2.5": {
"en": "removed deactivated we-connect type",
"de": "Deaktivierter We-Connect Typ entfernt"
}
},
"title": "VW Connect",
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/testing": "^4.1.1",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "~5.4.4"
"typescript": "~5.4.5"
},
"engines": {
"node": ">=10.0.0"
Expand Down Expand Up @@ -72,7 +72,7 @@
"test:unit": "mocha test/unit --exit",
"check": "tsc --noEmit -p tsconfig.check.json",
"translate": "translate-adapter",
"release": "release-script"
"release": "release-script --all"
},
"version": "0.5.4"
"version": "0.6.0"
}

0 comments on commit be2791c

Please sign in to comment.