Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit d334b24

Browse files
committed
Version 0.2.2
1 parent 49649de commit d334b24

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If you (later) get a "400 bad request" error in the log, you must get a new Auth
2828

2929
## Changelog
3030

31+
### 0.2.2
32+
* Internal clean-up
33+
3134
### 0.2.1
3235
* Dependencies updated
3336
* Fix problem with nodejs 6 and the spread operator and async

io-package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"common": {
33
"name": "nibeuplink",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"news": {
6+
"0.2.2": {
7+
"en": "Internal clean-up",
8+
"de": "Interne Aufräumarbeiten"
9+
},
610
"0.2.1": {
711
"en": "Dependencies update; Fix problem with nodejs 6 and the spread operator and async",
812
"de": "Abhängigkeiten aktualisiert; Problem mit nodejs 6 und dem Spread-Operator und async gelöst"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.nibeuplink",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "nibeuplink",
55
"author": {
66
"name": "Sebastian Haesselbarth",

0 commit comments

Comments
 (0)