Skip to content

Commit

Permalink
chore: release v0.2.5
Browse files Browse the repository at this point in the history
Removed unnecessary const
  • Loading branch information
chaozmc committed Nov 18, 2022
1 parent 64cca88 commit b2b48e8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Older changes

## 0.2.0 (2022-07-24)
* (chaozmc) Update README, prepare for first stable release
* (chaozmc) Fix Objects with min/max null value (Issue #8)
* (chaozmc) Removed selectable encoding
* (chaozmc) Added v3.10d compatibility

## 0.2.0-beta.0 (2022-07-03)
* (chaozmc) update to admin v5 config and require min version of admin (>= 5.2.0)

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The adapter maintains the connected state, even there's no real permanent connec
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.2.5 (2022-11-18)
* (chaozmc) Removed unnecessary const

### 0.2.4 (2022-10-31)
Expand All @@ -59,12 +59,6 @@ The adapter maintains the connected state, even there's no real permanent connec
* (chaozmc) store password encrypted - fixes #14
* (chaozmc) create static objects via io-package.json - fixes #13

### 0.2.0 (2022-07-24)
* (chaozmc) Update README, prepare for first stable release
* (chaozmc) Fix Objects with min/max null value (Issue #8)
* (chaozmc) Removed selectable encoding
* (chaozmc) Added v3.10d compatibility

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

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "oekofen-json",
"version": "0.2.4",
"version": "0.2.5",
"news": {
"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": "消除不必要的燃烧"
},
"0.2.4": {
"en": "changed loop behaviour to use a for...of loop instead of forEach to avoid parallel creation of too many objects at startup",
"de": "geändertes Schleifenverhalten, um eine für...of-Schleife anstelle von forEach zu verwenden, um parallele Erstellung von zu vielen Objekten beim Start zu vermeiden",
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.oekofen-json",
"version": "0.2.4",
"version": "0.2.5",
"description": "Connect OekoFEN Pellematic via JSON to ioBroker",
"author": {
"name": "chaozmc",
Expand Down

0 comments on commit b2b48e8

Please sign in to comment.