Skip to content

Commit

Permalink
chore: release v3.0.2
Browse files Browse the repository at this point in the history
- add keyword in package.json
  • Loading branch information
oweitman committed Aug 9, 2024
1 parent 8ad885a commit 631acc2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,10 @@ Z7: Without output. This line closed the javascript loop . Everything that was d
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 3.0.2 (2024-08-09)

- add keyword in package.json

### 3.0.1 (2024-08-09)

- add template example for articles as a Diashow
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "rssfeed",
"version": "3.0.1",
"version": "3.0.2",
"news": {
"3.0.2": {
"en": "add keyword in package.json",
"de": "keyword im paket hinzufügen. json",
"ru": "добавить ключевое слово в пакет. json",
"pt": "adicionar palavra-chave no pacote. o que foi",
"nl": "sleutelwoord toevoegen in pakket. json",
"fr": "ajouter un mot-clé dans le paquet. json",
"it": "aggiungere la parola chiave nel pacchetto. j",
"es": "añadir la palabra clave en el paquete. json",
"pl": "dodaj słowo kluczowe w pakiecie. json",
"uk": "додати слово в пакет. свінгери",
"zh-cn": "在软件包中添加关键字。 贾森"
},
"3.0.1": {
"en": "add template example for articles as a Diashow\nadjust dependency to js-controller",
"de": "vorlagenbeispiel für Artikel als Diashow hinzufügen\nabhängigkeit von js-controller einstellen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "ignoruj widżety w vis-2\ndodaj restart vis / vis2",
"uk": "ігнорувати віджети в vis-2\nдодати решту віск/віз2",
"zh-cn": "忽略相对 2 中的部件\n向/ 相对2 添加重新启动"
},
"2.9.7": {
"en": "formating code\nremove common.main from io-package.json",
"de": "formatierungscode\nio-package.json entfernen",
"ru": "форматирование кода\nудалить common.main из io-package.json",
"pt": "código de formação\nremover common.main de io-package.json",
"nl": "opmaakcode\ncommon.main uit io-package.json verwijderen",
"fr": "code de formatage\nenlever common.main de io-package.json",
"it": "codice di formattazione\nrimuovere common.main da io-package.json",
"es": "formando código\nremove common.main from io-package.json",
"pl": "kod formatujący\nusunąć common.main z io- package.json",
"uk": "форматування коду\nвидалити загальний.main від io-package.json",
"zh-cn": "格式化代码\n从 io- package.json 中去除常见的.main"
}
},
"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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.rssfeed",
"version": "3.0.1",
"version": "3.0.2",
"description": "Adapter and vis widget for rss feeds",
"author": {
"name": "oweitman",
Expand All @@ -9,6 +9,7 @@
"homepage": "https://github.com/oweitman/ioBroker.rssfeed",
"license": "MIT",
"keywords": [
"ioBroker",
"rss",
"atom",
"rdf",
Expand Down

0 comments on commit 631acc2

Please sign in to comment.