Skip to content

Commit

Permalink
chore: release v1.13.0
Browse files Browse the repository at this point in the history
* (klein0r) Added Admin 5 UI config
* (bluefox) Added rule block for javascript as plugin
  • Loading branch information
GermanBluefox committed Jun 1, 2022
1 parent a265d6d commit 55a7657
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ Before sending it to `telegram.INSTANCE.communicate.responseJson you need to str
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.13.0 (2022-06-01)
* (klein0r) Added Admin 5 UI config
* (bluefox) Added rule block for javascript as plugin
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "telegram",
"version": "1.12.6",
"version": "1.13.0",
"news": {
"1.13.0": {
"en": "Added Admin 5 UI config\nAdded rule block for javascript as plugin",
"de": "Admin 5 UI-Konfiguration hinzugefügt\nRegelblock für Javascript als Plugin hinzugefügt",
"ru": "Добавлена конфигурация пользовательского интерфейса администратора 5.\nДобавлен блок правил для javascript в качестве плагина",
"pt": "Adicionada configuração de interface do usuário do Admin 5\nAdicionado bloco de regras para javascript como plugin",
"nl": "Admin 5 UI-configuratie toegevoegd\nRegelblok toegevoegd voor javascript als plug-in",
"fr": "Ajout de la configuration de l'interface utilisateur Admin 5\nBloc de règles ajouté pour javascript en tant que plugin",
"it": "Aggiunta la configurazione dell'interfaccia utente di Admin 5\nAggiunto blocco di regole per javascript come plug-in",
"es": "Se agregó la configuración de la interfaz de usuario de Admin 5\nBloque de reglas agregado para javascript como complemento",
"pl": "Dodano konfigurację interfejsu użytkownika Admin 5\nDodano blokadę reguł dla javascript jako wtyczki",
"zh-cn": "添加了 Admin 5 UI 配置\n为 javascript 添加了规则块作为插件"
},
"1.12.6": {
"en": "Fix crash cases reported by Sentry",
"de": "Von Sentry gemeldete Absturzfälle beheben",
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "iobroker.telegram",
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
"version": "1.12.6",
"version": "1.13.0",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.telegram",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.telegram.rules",
"private": true,
"version": "1.12.6",
"version": "1.13.0",
"scripts": {
"vite-dev": "vite",
"vite-build": "vite build",
Expand Down

0 comments on commit 55a7657

Please sign in to comment.