Skip to content

Commit

Permalink
chore: release v1.3.4
Browse files Browse the repository at this point in the history
* (bluefox) Formatting of the code
  • Loading branch information
GermanBluefox committed Sep 3, 2024
1 parent 5dc1304 commit 555b1fd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For example, `red = 0`, blue and green will stay unchanged.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.4 (2024-09-03)
* (bluefox) Formatting of the code

### 1.3.3 (2024-09-03)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "wifilight",
"version": "1.3.3",
"version": "1.3.4",
"news": {
"1.3.4": {
"en": "Formatting of the code",
"de": "Formatierung des Codes",
"ru": "Форматирование кода",
"pt": "Formatação do código",
"nl": "Opmaak van de code",
"fr": "Formatage du code",
"it": "Formattazione del codice",
"es": "Formato del código",
"pl": "Formatowanie kodu",
"uk": "Форматування коду",
"zh-cn": "代码的格式"
},
"1.3.3": {
"en": "Just renamed some functions",
"de": "Nur einige Funktionen umbenannt",
Expand Down Expand Up @@ -80,18 +93,6 @@
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nZaktualizowano zależności",
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nЗалежність було оновлено",
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n依赖关系已更新"
},
"1.1.4": {
"en": "Prevent crash case reported by sentry",
"de": "Verhindern Sie Crashfall angezeigt",
"ru": "Предотвратить случай аварии, сообщенный отправкой",
"pt": "Impedir caso de acidente relatado por sentinela",
"nl": "Vertaling:",
"fr": "Prévenir l ' accident signalé par la sentinelle",
"it": "Prevenire caso di crash segnalato da mittente",
"es": "Caso de emergencia reportado por centinela",
"pl": "Sprawa przedwczesna doniesiona przez przesyłkę",
"zh-cn": "D. 发交的事故"
}
},
"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.wifilight",
"version": "1.3.3",
"version": "1.3.4",
"description": "WiFi Light Adapter",
"author": {
"name": "soef",
Expand Down

0 comments on commit 555b1fd

Please sign in to comment.