Skip to content

Commit

Permalink
chore: release v2.2.4
Browse files Browse the repository at this point in the history
* (bluefox) updated packages
* (bluefox) corrected a problem with the creation of rule
  • Loading branch information
GermanBluefox committed Aug 26, 2024
1 parent ede4579 commit 758e899
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ sendTo("parser.0", "trigger", "temperatureMunich" /* name of rule, or parser.0.t
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.2.4 (2024-08-26)
* (bluefox) updated packages
* (bluefox) corrected a problem with the creation of rule

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "parser",
"version": "2.2.3",
"version": "2.2.4",
"news": {
"2.2.4": {
"en": "updated packages\ncorrected a problem with the creation of rule",
"de": "aktualisierte pakete\nein problem mit der schaffung von regel korrigiert",
"ru": "обновления пакетов\nисправить проблему с созданием правила",
"pt": "pacotes atualizados\ncorrigiu um problema com a criação de regra",
"nl": "bijgewerkte pakketten\ncorrectie van een probleem met de instelling van een regel",
"fr": "paquets mis à jour\ncorrigé un problème avec la création de la règle",
"it": "pacchetti aggiornati\ncorretto un problema con la creazione della regola",
"es": "paquetes actualizados\ncorregido un problema con la creación de regla",
"pl": "zaktualizowane pakiety\npoprawił problem z tworzeniem zasad",
"uk": "оновлені пакети\nвиправлено проблему з створенням правила",
"zh-cn": "更新软件包\n纠正了创建规则的问题"
},
"2.2.2": {
"en": "GUI was migrated for admin v7",
"de": "GUI wurde für admin v7 migriert",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.parser",
"version": "2.2.3",
"version": "2.2.4",
"description": "Parses web pages and files for values.",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "2.2.3",
"version": "2.2.4",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 758e899

Please sign in to comment.