Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
* (chaozmc) set min node version to 18.x (merge pull request #23)
  • Loading branch information
chaozmc committed Sep 23, 2023
1 parent a2a1040 commit 635fbb6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 1.0.0 (2023-01-15)
* (chaozmc) Push version to v1.0.0 as the code seems to be considerable as first stable release

## 0.3.0 (2023-01-15)
* (chaozmc) Changed Adapter Type to more suitable climate-control instead of communication
* (chaozmc) Altered query URL for inital scan to use single ?-symbol instead of double
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The adapter maintains the connected state, even there's no real permanent connec
Placeholder for the next version (at the beginning of the line):
**WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.5 (2023-09-23)
* (chaozmc) set min node version to 18.x (merge pull request #23)

### 1.0.4 (2023-09-22)
Expand All @@ -63,9 +63,6 @@ The adapter maintains the connected state, even there's no real permanent connec
* (chaozmc) Added counter to stop adapter after 10 unsuccessful requests
* (chaozmc) Added check if there would be more than 50 top-level-objects to be created

### 1.0.0 (2023-01-15)
* (chaozmc) Push version to v1.0.0 as the code seems to be considerable as first stable release

### **0.0.3**
* (chaozmc) code cleanup, trigger for update & rescan

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": "oekofen-json",
"version": "1.0.4",
"version": "1.0.5",
"news": {
"1.0.5": {
"en": "set min node version to 18.x (merge pull request #23)",
"de": "min-knoten-version auf 18.x setzen (merge pull request #23)",
"ru": "установить min node версии до 18.x (слияние pull request #23)",
"pt": "set min node versão para 18.x (merge pull request #23)",
"nl": "zet min nodeversie op 18.x",
"fr": "set min node version to 18.x (merge pull request #23)",
"it": "set min nodo versione a 18.x (chiusura pull richiesta #23)",
"es": "set min node version to 18.x (merge pull request #23)",
"pl": "wersja z węzłem 18.x (ang.)",
"uk": "встановити min версія вузла до 18.x (запит на протяг #23)",
"zh-cn": "为18.0%的未用版本(将请求编号:第23号)"
},
"1.0.4": {
"en": "changed github workflow config\npush version",
"de": "github workflow config\ndruckversion",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Changed Adapter Typ do bardziej odpowiedniego klimatu zamiast komunikacji\nAltered query URL for inital scan to use a single ?-symbol zamiast podwójnego skanowania",
"uk": "Змінений адаптер Тип більш підходящого клімат-контролю замість спілкування\nВимірювана URL-адреса запиту на вхідний сканування для використання одного ?-symbol замість подвійного",
"zh-cn": "变化 更适合气候的控制而不是通信的类型\nAltered queryURL for inital扫描n to use单一 ?-symbol 而不是双重。"
},
"0.2.5": {
"en": "Removed unnecessary const",
"de": "Entfernen unnötiger Konst",
"ru": "Удалены ненужные конст",
"pt": "Retirada desnecessária const",
"nl": "Verwijder onnodige consistent",
"fr": "Conste inutile enlevée",
"it": "Rimossa inutile const",
"es": "Quitar el const innecesario",
"pl": "Przewiduje się niepotrzebny stan",
"uk": "Видалено непотрібний конст",
"zh-cn": "消除不必要的燃烧"
}
},
"titleLang": {
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.oekofen-json",
"version": "1.0.4",
"version": "1.0.5",
"description": "Connect OekoFEN Pellematic via JSON to ioBroker",
"author": {
"name": "chaozmc",
Expand All @@ -16,7 +16,7 @@
"type": "git",
"url": "https://github.com/chaozmc/ioBroker.oekofen-json"
},
"engines": {
"engines": {
"node": ">= 18"
},
"dependencies": {
Expand Down

0 comments on commit 635fbb6

Please sign in to comment.