Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
- Fix getting data directory
  • Loading branch information
sebilm committed Oct 3, 2022
1 parent 1d9b240 commit bb5c8cf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can read other values but I think you can't write other values. Other values
https://github.com/sebilm/ioBroker.nibeuplink/blob/master/nibe-fetcher.js#L41

## Changelog
### **WORK IN PROGRESS**
### 1.2.1 (2022-10-03)
- Fix getting data directory

### 1.2.0 (2022-10-02)
Expand Down
2 changes: 1 addition & 1 deletion build/main.js

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

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"common": {
"name": "nibeuplink",
"version": "1.2.0",
"version": "1.2.1",
"news": {
"1.2.1": {
"en": "Fix getting data directory"
},
"1.2.0": {
"en": "Requires js-controller >= 3.3.22 and admin >= 5.0.0\nUpdate some files from up-to-date adapter creator\nBump dependencies",
"de": "Erfordert js-controller >= 3.3.22 und Admin >= 5.0.0\nEinige Dateien vom aktuellen Adapter Creator wurden aktualisiert\nAbhängigkeiten angehoben"
"en": "Requires js-controller >= 3.3.22 and admin >= 5.0.0\nUpdate some files from up-to-date adapter creator\nBump dependencies"
},
"1.1.1": {
"en": "Fix write support (does not send zero) #6 #128\nBump dependencies"
Expand All @@ -21,9 +23,6 @@
},
"0.5.3": {
"en": "Bump dependencies"
},
"0.5.2": {
"en": "Change default callback URL to own GitHub Pages\nBump dependencies"
}
},
"title": "Nibe Uplink",
Expand Down
2 changes: 1 addition & 1 deletion 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.nibeuplink",
"version": "1.2.0",
"version": "1.2.1",
"description": "With this adapter data of a Nibe heat pump can be read from Nibe Uplink.",
"author": {
"name": "Sebastian Haesselbarth",
Expand Down

0 comments on commit bb5c8cf

Please sign in to comment.