Skip to content

Commit e60e3b0

Browse files
committed
chore: release v1.3.0
Really update dependencies and Serialport
1 parent 199b6dc commit e60e3b0

File tree

3 files changed

+56
-40
lines changed

3 files changed

+56
-40
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ This command uses the CUL Library of this adapter to send the command to a FS20
2929
Javascript/Node.js based Busware CUL USB / culfw adapter
3030

3131
## Changelog
32+
33+
### 1.3.0 (2020-07-20)
34+
* (Apollon77) Really update dependencies and Serialport
35+
3236
### 1.2.2 (2020-04-30)
3337
* (Apollon77) Update dependencies/Serialport
3438

io-package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "cul",
4-
"version": "1.2.2",
4+
"version": "1.3.0",
55
"news": {
6+
"1.3.0": {
7+
"en": "Really update dependencies and Serialport",
8+
"de": "Aktualisieren Sie wirklich Abhängigkeiten und Serialport",
9+
"ru": "Действительно обновить зависимости и Serialport",
10+
"pt": "Atualize realmente dependências e Serialport",
11+
"nl": "Werk afhankelijkheden en seriële poort echt bij",
12+
"fr": "Vraiment mettre à jour les dépendances et Serialport",
13+
"it": "Aggiorna davvero le dipendenze e Serialport",
14+
"es": "Realmente actualice las dependencias y Serialport",
15+
"pl": "Naprawdę aktualizuj zależności i port szeregowy",
16+
"zh-cn": "真正更新依赖项和Serialport"
17+
},
618
"1.2.2": {
719
"en": "dependencies/Serialport updated",
820
"de": "Abhängigkeiten / Serialport aktualisiert",
@@ -250,4 +262,4 @@
250262
"native": {}
251263
}
252264
]
253-
}
265+
}

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "iobroker.cul",
3-
"version": "1.2.2",
4-
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
5-
"author": "hobbyquaker <hq@ccu.io>",
6-
"contributors": [
7-
"hobbyquaker <hq@ccu.io>",
8-
"bluefox <dogafox@gmail.com>"
9-
],
10-
"homepage": "https://github.com/ioBroker/ioBroker.cul",
11-
"license": "GPL-2.0-or-later",
12-
"keywords": [
13-
"ioBroker",
14-
"cul stick",
15-
"home automation"
16-
],
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/ioBroker/ioBroker.cul"
20-
},
21-
"dependencies": {
22-
"cul": "^0.14.0",
23-
"serialport": "^9.0.0",
24-
"@iobroker/adapter-core": "^2.4.0"
25-
},
26-
"devDependencies": {
27-
"@alcalzone/release-script": "^1.4.1",
28-
"gulp": "^4.0.2",
29-
"mocha": "^8.0.1",
30-
"chai": "^4.2.0"
31-
},
32-
"bugs": {
33-
"url": "https://github.com/ioBroker/ioBroker.cul/issues"
34-
},
35-
"main": "main.js",
36-
"scripts": {
37-
"test": "node node_modules/mocha/bin/mocha --exit",
38-
"release": "release-script"
39-
}
2+
"name": "iobroker.cul",
3+
"version": "1.3.0",
4+
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
5+
"author": "hobbyquaker <hq@ccu.io>",
6+
"contributors": [
7+
"hobbyquaker <hq@ccu.io>",
8+
"bluefox <dogafox@gmail.com>"
9+
],
10+
"homepage": "https://github.com/ioBroker/ioBroker.cul",
11+
"license": "GPL-2.0-or-later",
12+
"keywords": [
13+
"ioBroker",
14+
"cul stick",
15+
"home automation"
16+
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/ioBroker/ioBroker.cul"
20+
},
21+
"dependencies": {
22+
"cul": "^0.14.0",
23+
"serialport": "^9.0.0",
24+
"@iobroker/adapter-core": "^2.4.0"
25+
},
26+
"devDependencies": {
27+
"@alcalzone/release-script": "^1.4.1",
28+
"gulp": "^4.0.2",
29+
"mocha": "^8.0.1",
30+
"chai": "^4.2.0"
31+
},
32+
"bugs": {
33+
"url": "https://github.com/ioBroker/ioBroker.cul/issues"
34+
},
35+
"main": "main.js",
36+
"scripts": {
37+
"test": "node node_modules/mocha/bin/mocha --exit",
38+
"release": "release-script"
39+
}
4040
}

0 commit comments

Comments
 (0)