Skip to content

Commit f179100

Browse files
committed
chore: release v0.8.1
- fix skoda mqtt
1 parent 95311fe commit f179100

4 files changed

Lines changed: 89 additions & 77 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ You can set climatisaton temperature in
3939
```
4040
4141
```
42+
### 0.8.1 (2026-05-06)
43+
- fix skoda mqtt
44+
4245
### 0.8.0 (2026-04-13)
4346
- fix for seat cupra
4447

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "vw-connect",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"news": {
6+
"0.8.1": {
7+
"en": "fix skoda mqtt",
8+
"de": "fix skoda mqtt",
9+
"ru": "skoda mqtt",
10+
"pt": "corrigir skoda mqtt",
11+
"nl": "fix skoda mqtt",
12+
"fr": "fixer skoda mqtt",
13+
"it": "fix skoda mqt",
14+
"es": "skoda mqtt",
15+
"pl": "fix skoda mqtt",
16+
"uk": "зафіксувати skoda mqtt",
17+
"zh-cn": "修复 skoda mqtt"
18+
},
619
"0.8.0": {
720
"en": "fix for seat cupra",
821
"de": "halterung für sitzbecher",
@@ -80,19 +93,6 @@
8093
"pl": "fix for skoda refresh toke",
8194
"uk": "закріпити для skoda освіжаючий токе",
8295
"zh-cn": "用于 skoda 刷新脚趾"
83-
},
84-
"0.7.9": {
85-
"en": "fix for id wall charger",
86-
"de": "Fix für id wall charger",
87-
"ru": "зарядное устройство id wall",
88-
"pt": "correção para carregador de parede id",
89-
"nl": "fix voor id wandlader",
90-
"fr": "fixation pour chargeur mural id",
91-
"it": "fissaggio per caricatore da parete id",
92-
"es": "fijación para el cargador de pared id",
93-
"pl": "fix for id wall charger",
94-
"uk": "фіксатор для зарядного пристрою для стін",
95-
"zh-cn": "id 墙壁充电器的修复"
9696
}
9797
},
9898
"title": "VW Connect",

package-lock.json

Lines changed: 66 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"dependencies": {
2121
"@eneris/push-receiver": "^4.3.1",
2222
"@iobroker/adapter-core": "^3.3.2",
23-
"@peculiar/webcrypto": "^1.5.0",
24-
"axios": "^1.15.0",
23+
"@peculiar/webcrypto": "^1.7.1",
24+
"axios": "^1.16.0",
2525
"json-bigint": "^1.0.0",
2626
"json2iob": "^2.6.22",
2727
"mqtt": "^5.15.1",
2828
"ngeohash": "^0.6.3",
2929
"qs": "^6.15.1",
3030
"request": "^2.88.2",
3131
"traverse": "^0.6.11",
32-
"uuid": "^13.0.0"
32+
"uuid": "^13.0.2"
3333
},
3434
"deprecated": false,
3535
"description": "Adapter for VW Connect",
@@ -42,8 +42,8 @@
4242
"@eslint/js": "^10.0.1",
4343
"@iobroker/testing": "^5.2.2",
4444
"@types/node": "^25.6.0",
45-
"eslint": "^10.2.0",
46-
"globals": "^17.5.0",
45+
"eslint": "^10.3.0",
46+
"globals": "^17.6.0",
4747
"typescript": "~5.9.3"
4848
},
4949
"engines": {
@@ -87,5 +87,5 @@
8787
"translate": "translate-adapter",
8888
"release": "release-script --all"
8989
},
90-
"version": "0.8.0"
90+
"version": "0.8.1"
9191
}

0 commit comments

Comments
 (0)