Skip to content

Commit 35eb493

Browse files
committed
Change version
# 0.9.0 (2016-05-23) * (bluefox) make from seconds the ms * (bluefox) add console command "isrun" * (bluefox) add "--timeout 5000" * (bluefox) fix small errors * (bluefox) change function formatValue * (bluefox) fix stop of scheduled adapters * (bluefox) add "--logs" flag for adapter start (required by adapter debugging) * (bluefox) make hostname configurable * (bluefox) fix update of adapters and settings
1 parent c057811 commit 35eb493

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.9.0 (2016-05-xx)
1+
# 0.9.0 (2016-05-23)
22
* (bluefox) make from seconds the ms
33
* (bluefox) add console command "isrun"
44
* (bluefox) add "--timeout 5000"

io-package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"common": {
33
"name": "js-controller",
4-
"version": "0.8.10",
4+
"version": "0.9.0",
55
"platform": "Javascript/Node.js",
66
"controller": true,
77
"title": "ioBroker.js-controller",
8+
"news": {
9+
"en": "(bluefox) make from seconds the ms\n(bluefox) add console command \"isrun\"\n(bluefox) add \"--timeout 5000\"\n(bluefox) fix small errors\n(bluefox) change function formatValue\n(bluefox) fix stop of scheduled adapters\n(bluefox) add \"--logs\" flag for adapter start (required by adapter debugging)\n(bluefox) make hostname configurable\n(bluefox) fix update of adapters and settings",
10+
"de": "(bluefox) make from seconds the ms\n(bluefox) add console command \"isrun\"\n(bluefox) add \"--timeout 5000\"\n(bluefox) fix small errors\n(bluefox) change function formatValue\n(bluefox) fix stop of scheduled adapters\n(bluefox) add \"--logs\" flag for adapter start (required by adapter debugging)\n(bluefox) make hostname configurable\n(bluefox) fix update of adapters and settings",
11+
"ru": "(bluefox) make from seconds the ms\n(bluefox) add console command \"isrun\"\n(bluefox) add \"--timeout 5000\"\n(bluefox) fix small errors\n(bluefox) change function formatValue\n(bluefox) fix stop of scheduled adapters\n(bluefox) add \"--logs\" flag for adapter start (required by adapter debugging)\n(bluefox) make hostname configurable\n(bluefox) fix update of adapters and settings"
12+
},
813
"desc": {
914
"en": "Javascript/Node.js implementation of ioBroker controller",
1015
"de": "Javascript/Node.js Implementierung des ioBroker-Controllers",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.js-controller",
3-
"version": "0.8.10",
3+
"version": "0.9.0",
44
"engines": {
55
"node": ">=0.8"
66
},

0 commit comments

Comments
 (0)