Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #50

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"upgrade": true,
"reject": ["chai", "eslint"]
"reject": ["chai", "eslint", "@types/sinon-chai", "sinon-chai"]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ permission issue between the iobroker user and the ping utility.

### Work in progress

### 1.4.1 (2024-09-30)
- (grizzelbee) New: Added ioBroker adapter release script
- (grizzelbee) Fix [#18](https://github.com/Grizzelbee/ioBroker.robonect/issues/48): Fixed some issues mentioned by adapter-checker

### 1.4.0 (2024-09-11)

Expand Down
12 changes: 11 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
"version": "1.4.1",
"news": {
"1.4.1": {
"en": "New: Added ioBroker adapter release script"
"en": "New: Added ioBroker adapter release script",
"de": "Neu: ioBroker-Adapter-Release-Skript hinzugefügt",
"ru": "Новое: добавлен скрипт выпуска адаптера ioBroker.",
"pt": "Novo: Adicionado script de lançamento do adaptador ioBroker",
"nl": "Nieuw: ioBroker-adapterreleasescript toegevoegd",
"fr": "Nouveau : ajout du script de version de l'adaptateur ioBroker",
"it": "Novità: aggiunto lo script di rilascio dell'adattatore ioBroker",
"es": "Nuevo: Se agregó el script de lanzamiento del adaptador ioBroker",
"pl": "Nowość: Dodano skrypt wydania adaptera ioBroker",
"uk": "Нове: додано сценарій випуску адаптера ioBroker",
"zh-cn": "新增内容:添加了 ioBroker 适配器发布脚本"
},
"1.4.0": {
"en": "Upd: Dependencies got updated\nFix: minor fixes for adapter checker the require a minor release",
Expand Down
Loading
Loading