Skip to content

Commit 2e4948e

Browse files
committed
# 1.0.0 (2017-04-23)
* (bluefox) No big changes, just version * (bluefox) remove warning about iDs * (bluefox) fix tests * (bluefox) try to ignore npm error 1 * (bluefox) fix possible error.
1 parent b920e17 commit 2e4948e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0 (2017-04-23)
2+
* (bluefox) No big changes, just version
3+
* (bluefox) remove warning about iDs
4+
* (bluefox) fix tests
5+
* (bluefox) try to ignore npm error 1
6+
* (bluefox) fix possible error.
7+
18
# 0.17.2 (2017-03-25)
29
* (bluefox) do not store logs and messages and just publish it
310
* (bluefox) remove mochawsome

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.3",
4+
"version": "1.0.0",
55
"platform": "Javascript/Node.js",
66
"controller": true,
77
"title": "ioBroker.js-controller",
88
"news": {
9+
"1.0.0": {
10+
"en": "No big changes, just version",
11+
"de": "Keine große Änderungen, nur Versionsänderung",
12+
"ru": "Никаких больших изменений. Только номер версии."
13+
},
914
"0.17.3": {
1015
"en": "do not store logs and just publish it",
1116
"de": "Logs werden nicht mehr speichern, nur published",

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

0 commit comments

Comments
 (0)