Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
* (mcm1957) Fix js-controller dependency
  • Loading branch information
mcm1957 committed Apr 15, 2024
1 parent a4f2187 commit 20d9d4e
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 @@ -66,7 +66,7 @@ sudo npm install soef
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.2.2 (2024-04-15)
* (mcm1957) Fix js-controller dependency

### 1.2.1 (2024-04-13)
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.2.1",
"version": "1.2.2",
"news": {
"1.2.2": {
"en": "Fix js-controller dependency",
"de": "Js-controller Abhängigkeit",
"ru": "Фикс js-контроллер зависимость",
"pt": "Fix js-controller dependência",
"nl": "Fix js-controller afhankelijkheid",
"fr": "Correction de la dépendance de js-controller",
"it": "Fissare la dipendenza da js-controller",
"es": "Fijar la dependencia js-controller",
"pl": "Popraw zależność kontrolera js-",
"uk": "Виправлення залежності js-controller",
"zh-cn": "修复js控制器依赖性"
},
"1.2.1": {
"en": "Dependencies have been updated",
"de": "Abhängigkeiten wurden aktualisiert",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "Evite registros de errores con js-controller 3+\nCentinela añadido para el informe de errores",
"pl": "Zapobiegaj dziennikom błędów dzięki js-controller 3+\nDodano działko do raportowania błędów",
"zh-cn": "使用 js-controller 3+ 防止错误日志\n添加了错误报告的哨兵"
},
"1.1.0": {
"en": "compatibility for js-controller 3",
"de": "Kompatibilität für js-controller 3",
"ru": "совместимость для js-controller 3",
"pt": "compatibilidade para js-controller 3",
"nl": "compatibiliteit voor js-controller 3",
"fr": "compatibilité pour js-controller 3",
"it": "compatibilità per js-controller 3",
"es": "compatibilidad para js-controller 3",
"pl": "kompatybilność z js-kontrolerem 3",
"zh-cn": "js-controller 3的兼容性"
}
},
"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.2.1",
"version": "1.2.2",
"description": "WiFi Light Adapter",
"author": {
"name": "soef",
Expand Down

0 comments on commit 20d9d4e

Please sign in to comment.