Skip to content

Commit 44c5594

Browse files
committed
0.0.8
1 parent 838215b commit 44c5594

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
[![NPM](https://nodei.co/npm/iobroker.velux.png?downloads=true)](https://nodei.co/npm/iobroker.velux/)
1111

12-
**Tests:**: [![Travis-CI](http://img.shields.io/travis/ta2k/ioBroker.velux/master.svg)](https://travis-ci.org/ta2k/ioBroker.velux)
13-
1412
## velux adapter for ioBroker
1513

1614
Adapter for Velux KIX 300
@@ -21,24 +19,29 @@ Enter under module your new target_position. Windows allows only target_position
2119

2220
## Changelog
2321

22+
### 0.0.8
23+
24+
- Update to latest dependencies
25+
2426
### 0.0.7
2527

26-
- fix js-controller 3.2 and interval problem
28+
- fix js-controller 3.2 and interval problem
29+
2730
### 0.0.6
2831

29-
- fix js-controller 3 problem
32+
- fix js-controller 3 problem
3033

3134
### 0.0.5
3235

33-
- Improve room assignment
36+
- Improve room assignment
3437

3538
### 0.0.2
3639

37-
- add changing target_position for non windows
40+
- add changing target_position for non windows
3841

3942
### 0.0.1
4043

41-
- (ta2k) initial release
44+
- (ta2k) initial release
4245

4346
## License
4447

io-package.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"common": {
33
"name": "velux",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"news": {
6+
"0.0.8": {
7+
"en": "Update to latest dependencies"
8+
},
69
"0.0.7": {
710
"en": "fix js-controller 3.2 and interval problem"
811
},
@@ -56,13 +59,8 @@
5659
"pl": "Adapter do Velux",
5760
"zh-cn": "Velux适配器"
5861
},
59-
"authors": [
60-
61-
],
62-
"keywords": [
63-
"velux",
64-
"KIX 300"
65-
],
62+
"authors": ["ta2k <[email protected]>"],
63+
"keywords": ["velux", "KIX 300"],
6664
"license": "MIT",
6765
"platform": "Javascript/Node.js",
6866
"main": "main.js",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.velux",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Adapter for Velux",
55
"author": {
66
"name": "ta2k",

0 commit comments

Comments
 (0)