Skip to content

Commit 6e7af90

Browse files
committed
# 0.17.2 (2017-03-25)
* (bluefox) do not store logs and messages and just publish it * (bluefox) remove mochawsome
1 parent b9394f0 commit 6e7af90

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.17.2 (2017-03-25)
2+
* (bluefox) do not store logs and messages and just publish it
3+
* (bluefox) remove mochawsome
4+
15
# 0.17.1 (2017-03-15)
26
* (bluefox) add stable repository
37
* (bluefox) fix bug with user=>users (required for user rights)

io-package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"common": {
33
"name": "js-controller",
4-
"version": "0.17.1",
4+
"version": "0.17.2",
55
"platform": "Javascript/Node.js",
66
"controller": true,
77
"title": "ioBroker.js-controller",
88
"news": {
9+
"0.17.2": {
10+
"en": "do not store logs and messages and just publish it\nremove mochawsome",
11+
"de": "Meldungen werden nicht mehr speichern, nur published\nmochawsome rasugenommen",
12+
"ru": "Сообщения не сохраняются, а просто публикуются\nубран пакет mochawsome"
13+
},
914
"0.17.1": {
1015
"en": "see CHANGELOG.md",
1116
"de": "Sehe CHANGELOG.md",

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.17.1",
3+
"version": "0.17.2",
44
"engines": {
55
"node": ">=0.8"
66
},

0 commit comments

Comments
 (0)