Skip to content

Commit 54598f6

Browse files
committed
chore: release v4.6.22
catched some more file errors in mirror logic
1 parent e79fc4d commit 54598f6

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
The newest change log is in README.md
22

3+
## 4.6.16 (2020-05-24)
4+
* (bluefox) Corrected sendTo and clear delay blocks.
5+
36
## 4.6.15 (2020-05-23)
47
* (bluefox) BREAKING: Please check "stopTimeout" blocks in your blockly scripts that the correct timeout name is listed there and correct after the update!
58
* (paul53) fix "control" blockly node with "delete delay if running"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And then call "npm run build".
3636

3737
## Changelog
3838

39-
### __WORK IN PROGRESS__
39+
### 4.6.22 (2020-07-30)
4040
* (Apollon77) catched some more file errors in mirror logic
4141

4242
### 4.6.21 (2020-07-28)
@@ -61,9 +61,6 @@ And then call "npm run build".
6161
* (bluefox) Fixed error with warnings collapsed blocks
6262
* (Apollon77) optimize Sentry error reporting to prevent false positives
6363

64-
### 4.6.16 (2020-05-24)
65-
* (bluefox) Corrected sendTo and clear delay blocks.
66-
6764
## License
6865

6966
The MIT License (MIT)

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "javascript",
4-
"version": "4.6.21",
4+
"version": "4.6.22",
55
"title": "Script Engine",
66
"titleLang": {
77
"en": "Script Engine",
@@ -22,6 +22,18 @@
2222
"AlCalzone"
2323
],
2424
"news": {
25+
"4.6.22": {
26+
"en": "catched some more file errors in mirror logic",
27+
"de": "hat einige weitere Dateifehler in der Spiegellogik abgefangen",
28+
"ru": "поймал еще несколько файловых ошибок в зеркальной логике",
29+
"pt": "pegou mais alguns erros de arquivo na lógica do espelho",
30+
"nl": "ving wat meer bestandsfouten op in spiegellogica",
31+
"fr": "attrapé d'autres erreurs de fichier dans la logique miroir",
32+
"it": "rilevato altri errori di file nella logica del mirror",
33+
"es": "captó algunos errores de archivo más en la lógica espejo",
34+
"pl": "złapał więcej błędów plików w logice lustrzanej",
35+
"zh-cn": "在镜像逻辑中捕获了更多文件错误"
36+
},
2537
"4.6.21": {
2638
"en": "catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
2739
"de": "Es wurden weitere Dateifehler in der Spiegellogik festgestellt (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C).",

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.6.21",
3+
"version": "4.6.22",
44
"description": "Javascript/Coffescript Script Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)