Skip to content

Commit

Permalink
Add GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PfisterDaniel committed Mar 14, 2022
1 parent 0adb937 commit 899ef5a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Used Library [MomentJs](https://momentjs.com/timezone)

## Changelog

### 0.0.10
* Add GitHub Workflow

### 0.0.9
* Fix Issue with Github Actions

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "apple-find-me",
"version": "0.0.9",
"version": "0.0.10",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down Expand Up @@ -62,6 +62,18 @@
"es": "Soluciona problemas con el flujo de trabajo de GitHub",
"pl": "Naprawia problemy z przepływem pracy GitHub",
"zh-cn": "修复 GitHub 工作流的问题"
},
"0.0.10": {
"en": "Add GitHub Workflow",
"de": "GitHub-Workflow hinzufügen",
"ru": "Добавить рабочий процесс GitHub",
"pt": "Adicionar fluxo de trabalho do GitHub",
"nl": "GitHub-werkstroom toevoegen",
"fr": "Ajouter un flux de travail GitHub",
"it": "Aggiungi flusso di lavoro GitHub",
"es": "Agregar flujo de trabajo de GitHub",
"pl": "Dodaj przepływ pracy GitHub",
"zh-cn": "添加 GitHub 工作流"
}

},
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.apple-find-me",
"version": "0.0.9",
"version": "0.0.10",
"description": "Apple Find Me Connector",
"author": {
"name": "MasterDan",
Expand Down

0 comments on commit 899ef5a

Please sign in to comment.