Skip to content

Commit

Permalink
chore: release v1.0.4
Browse files Browse the repository at this point in the history
* (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19)
* (chaozmc) updated dependencies
* (chaozmc) updated protobufjs and google-gax
* (chaozmc) updated word-wrap
  • Loading branch information
chaozmc committed Sep 22, 2023
1 parent 15c2734 commit fe79727
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 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.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

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

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +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.4 (2023-09-22)
* (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19)
* (chaozmc) updated dependencies
* (chaozmc) updated protobufjs and google-gax
Expand All @@ -64,10 +63,6 @@ The adapter maintains the connected state, even there's no real permanent connec
### 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

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

Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "oekofen-json",
"version": "1.0.3",
"version": "1.0.4",
"news": {
"1.0.4": {
"en": "changed github workflow config\npush version",
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": "1.0.3",
"version": "1.0.4",
"description": "Connect OekoFEN Pellematic via JSON to ioBroker",
"author": {
"name": "chaozmc",
Expand Down

0 comments on commit fe79727

Please sign in to comment.