Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* (pdbjjens) Change: node>=18, js-contoller>=5 and admin>=6 required
* (pdbjjens) Change: Removed .npmignore
* (pdbjjens) New: Updated dependencies
  • Loading branch information
pdbjjens committed Aug 29, 2024
1 parent 411b749 commit 19de385
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 0.0.4-alpha.0 (2023-02-17)

* (pdbjjens) Second pre-release

## 0.0.3 (2023-02-17)

* (pdbjjens) First release
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The format should be e.g.: /dev/ttyUSBx on Linux- or COMx on Windows-based ioBro
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS** - 2024H2 maintenance release
### 0.1.0 (2024-08-29) - 2024H2 maintenance release

* (pdbjjens) Change: node>=18, js-contoller>=5 and admin>=6 required
* (pdbjjens) Change: Removed .npmignore
Expand All @@ -48,10 +48,6 @@ The format should be e.g.: /dev/ttyUSBx on Linux- or COMx on Windows-based ioBro

* (pdbjjens) Second release

### 0.0.4-alpha.0 (2023-02-17)

* (pdbjjens) Second pre-release

## Legal Notices

ELV and others are trademarks or registered trademarks of ELV Elektronik AG D-26787 Leer, Germany -
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": "elv-sup2",
"version": "0.0.7",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "Change: node>=18, js-contoller>=5 and admin>=6 required\nChange: Removed .npmignore\nNew: Updated dependencies",
"de": "Änderung: node>=18, js-contoller>=5 und admin>=6 erforderlich\nÄnderung: .npmignore entfernt\nNeu: Aktualisierte Abhängigkeiten",
"ru": "Изменение: node>=18, js-contoller>=5 и admin>=6 требуется\nИзменение: Удалено .npmignore\nНовые: Обновленные зависимости",
"pt": "Alteração: node>=18, js-contoller>=5 e admin>=6 requerido\nMudança: Removido .npmignore\nNovo: Dependências atualizadas",
"nl": "Verandering: node>=18, js-contoller>=5 en admin>=6 vereist\nWijzigen: verwijderd .npmignore\nNieuw: Bijgewerkte afhankelijkheden",
"fr": "Changement: noeud>=18, js-contoller>=5 et admin>=6 requis\nChangement : supprimé .npmignore\nNouveau: Dépendances actualisées",
"it": "Modifica: nodo>=18, js-contoller>=5 e admin>=6 richiesto\nModifica: Removed .npmignore\nNuovo: dipendenze aggiornate",
"es": "Cambio: node confianza=18, js-contoller=5 y administración=6 requerido\nCambio: Quitado .npmignore\nNuevas: dependencias actualizadas",
"pl": "Zmiana: węzeł > = 18, js- contoller > = 5 i admin > = 6 wymagane\nZmiana: Usunięto .npmignore\nNowy: Aktualizacja zależności",
"uk": "Зміна: вершина>=18, js-contoller>=5 і admin>=6\nЗміна: Видалити .npmignore\nНовий: Оновлені залежності",
"zh-cn": "更改:节点18、js-contoller%5和管理员6\n更改: 删除 .npmignore\n新建:更新的依赖关系"
},
"0.0.7": {
"en": "New: json config UI\nNew: List of available serial ports in config UI",
"de": "Neu: json config UI\nNeu: Liste der verfügbaren seriellen Ports in config UI",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Pierwsze wydanie",
"uk": "Перший реліз",
"zh-cn": "第一次释放"
},
"0.0.3-alpha.0": {
"en": "pre-release",
"de": "vor-release",
"ru": "pre-релиз",
"pt": "pré-lançamento",
"nl": "vertaling:",
"fr": "pre-release",
"it": "pre-release",
"es": "pre-release",
"pl": "prerelease",
"uk": "до релізу",
"zh-cn": "采购前"
}
},
"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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.elv-sup2",
"version": "0.0.7",
"version": "0.1.0",
"description": "Connects ELV SUP2 to ioBroker",
"author": {
"name": "pdbjjens",
Expand Down

0 comments on commit 19de385

Please sign in to comment.