Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
GermanBluefox committed May 23, 2016
1 parent c057811 commit 35eb493
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.9.0 (2016-05-xx)
# 0.9.0 (2016-05-23)
* (bluefox) make from seconds the ms
* (bluefox) add console command "isrun"
* (bluefox) add "--timeout 5000"
Expand Down
7 changes: 6 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"common": {
"name": "js-controller",
"version": "0.8.10",
"version": "0.9.0",
"platform": "Javascript/Node.js",
"controller": true,
"title": "ioBroker.js-controller",
"news": {
"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",
"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",
"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"
},
"desc": {
"en": "Javascript/Node.js implementation of ioBroker controller",
"de": "Javascript/Node.js Implementierung des ioBroker-Controllers",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.js-controller",
"version": "0.8.10",
"version": "0.9.0",
"engines": {
"node": ">=0.8"
},
Expand Down

0 comments on commit 35eb493

Please sign in to comment.