File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ And then call "npm run build".
32
32
- ...
33
33
34
34
## Changelog
35
- ### 4.3.6 (2020-01-26)
35
+ ### 4.3.7 (2020-01-26)
36
36
* (bluefox) Made adapter compatible with js-controller >= 2.2.x
37
37
38
38
### 4.3.5 (2020-01-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"common" : {
3
3
"name" : " javascript" ,
4
- "version" : " 4.3.6 " ,
4
+ "version" : " 4.3.7 " ,
5
5
"title" : " Script Engine" ,
6
6
"titleLang" : {
7
7
"en" : " Script Engine" ,
175
175
},
176
176
"dependencies" : [
177
177
{
178
- "admin" : " >=3.7.8"
178
+ "admin" : " >=3.7.8" ,
179
+ "js-controller" : " >=2.2.0"
179
180
}
180
181
],
181
182
"type" : " logic" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iobroker.javascript" ,
3
- "version" : " 4.3.6 " ,
3
+ "version" : " 4.3.7 " ,
4
4
"description" : " Javascript/Coffescript Script Engine for ioBroker" ,
5
5
"author" : " bluefox <dogafox@gmail.com>" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments