Skip to content

Commit 4056566

Browse files
committed
### 4.3.7 (2020-01-26)
* (bluefox) Made adapter compatible with js-controller >= 2.2.x
1 parent 061e68a commit 4056566

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ And then call "npm run build".
3232
- ...
3333

3434
## Changelog
35-
### 4.3.6 (2020-01-26)
35+
### 4.3.7 (2020-01-26)
3636
* (bluefox) Made adapter compatible with js-controller >= 2.2.x
3737

3838
### 4.3.5 (2020-01-26)

io-package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "javascript",
4-
"version": "4.3.6",
4+
"version": "4.3.7",
55
"title": "Script Engine",
66
"titleLang": {
77
"en": "Script Engine",
@@ -175,7 +175,8 @@
175175
},
176176
"dependencies": [
177177
{
178-
"admin": ">=3.7.8"
178+
"admin": ">=3.7.8",
179+
"js-controller": ">=2.2.0"
179180
}
180181
],
181182
"type": "logic",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.javascript",
3-
"version": "4.3.6",
3+
"version": "4.3.7",
44
"description": "Javascript/Coffescript Script Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)