Skip to content

Commit

Permalink
chore: release v3.3.0
Browse files Browse the repository at this point in the history
* (@klein0r) Added api version as state (and check value)
  • Loading branch information
klein0r committed Aug 5, 2024
1 parent 89e5e27 commit 5c9be31
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 3.1.3 (2024-01-31)

* (klein0r) Fixed web extension

## 3.1.2 (2023-12-27)

* (klein0r) Updated LaMetric firmware version recommendation to 2.3.8 (3.0.21)
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ iobroker add lametric
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.3.0 (2024-08-05)

* (@klein0r) Added api version as state (and check value)

Expand All @@ -74,10 +74,6 @@ NodeJS >= 18.x and js-controller >= 5 is required

* (klein0r) Fixed Blockly definitions (removed warnings)

### 3.1.3 (2024-01-31)

* (klein0r) Fixed web extension

## License

The MIT License (MIT)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lametric",
"version": "3.2.3",
"version": "3.3.0",
"news": {
"3.3.0": {
"en": "Added api version as state (and check value)",
"de": "Api-Version als Zustand hinzugefügt (und Prüfwert)",
"ru": "Добавлена версия api как состояние (и значение проверки)",
"pt": "Adicionado api versão como estado (e valor de verificação)",
"nl": "Toegevoegd api-versie als status (en controlewaarde)",
"fr": "Ajout de la version api comme état (et vérifier la valeur)",
"it": "Aggiunto versione api come stato (e il valore di controllo)",
"es": "Añadido api versión como estado (y valor de comprobación)",
"pl": "Dodano wersję api jako stan (i wartość kontrolna)",
"uk": "Додано версію api як стан (і значення перевірки)",
"zh-cn": "添加的 api 版本为状态( 并检查值)"
},
"3.2.3": {
"en": "Fixed blockly definitions",
"de": "Feste blockweise Definitionen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Rekomendacja wersji oprogramowania LaMetric zaleciła 2.3,8 (3.0.21)\nNiektóre urządzenia nie posiadają stanów o niskiej energii (sa8)",
"uk": "Оновлено рекомендацію прошивки LaMetric до 2.3.8 (3.0.21)\nДеякі пристрої не мають низьких енергоносіїв bluetooth (sa8)",
"zh-cn": "最新版的《拉梅斯公司指南》(3.021)\n有些装置的蓝色低能源国家(萨8)"
},
"3.1.1": {
"en": "Fixed issue with foreign states of version 3.1.0",
"de": "Problem mit fremden Staaten von Version 3.1.0 behoben",
"ru": "Исправлена проблема с иностранными государствами версии 3.1.0",
"pt": "Problema fixo com estados estrangeiros da versão 3.1.0",
"nl": "Quality over Quantity (QoQ) Releases Vertaling:",
"fr": "Numéro fixe avec les états étrangers de la version 3.1.0",
"it": "Emissione fissa con stati stranieri della versione 3.1.0",
"es": "Edición fija con estados extranjeros de la versión 3.1.0",
"pl": "Wydarzenia z zagranicznymi państwami w wersji 3.1.0",
"uk": "Виправлено проблему з іноземними державами версії 3.1.0",
"zh-cn": "同外国国有混合问题版本3.1"
}
},
"titleLang": {
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.lametric",
"version": "3.2.3",
"version": "3.3.0",
"description": "ioBroker LaMetric Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 5c9be31

Please sign in to comment.