Skip to content

Commit 6152adf

Browse files
committed
chore: release v4.6.23
fix type resolution for rxjs in TypeScripts
1 parent 413b9c3 commit 6152adf

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG_OLD.md

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

3+
## 4.6.17 (2020-05-25)
4+
* (bluefox) Fixed error with warnings collapsed blocks
5+
* (Apollon77) optimize Sentry error reporting to prevent false positives
6+
37
## 4.6.16 (2020-05-24)
48
* (bluefox) Corrected sendTo and clear delay blocks.
59

README.md

Lines changed: 1 addition & 5 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.23 (2020-08-19)
4040
* (AlCalzone) fix type resolution for rxjs in TypeScripts
4141

4242
### 4.6.22 (2020-07-30)
@@ -60,10 +60,6 @@ And then call "npm run build".
6060
* (bluefox) Store JS in browser cache by enabling serviceWorkers
6161
* (Apollon77) prevent multiple script restarts on fast file content change for mirroring or fast object changes
6262

63-
### 4.6.17 (2020-05-25)
64-
* (bluefox) Fixed error with warnings collapsed blocks
65-
* (Apollon77) optimize Sentry error reporting to prevent false positives
66-
6763
## License
6864

6965
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.22",
4+
"version": "4.6.23",
55
"title": "Script Engine",
66
"titleLang": {
77
"en": "Script Engine",
@@ -22,6 +22,18 @@
2222
"AlCalzone"
2323
],
2424
"news": {
25+
"4.6.23": {
26+
"en": "fix type resolution for rxjs in TypeScripts",
27+
"de": "Korrektur der Typauflösung für rxjs in TypeScripts",
28+
"ru": "исправить разрешение типа для rxjs в TypeScripts",
29+
"pt": "corrigir a resolução do tipo para rxjs em TypeScripts",
30+
"nl": "fix type resolutie voor rxjs in TypeScripts",
31+
"fr": "correction de la résolution de type pour rxjs dans TypeScripts",
32+
"it": "correzione del tipo di risoluzione per rxjs in TypeScripts",
33+
"es": "corregir la resolución de tipo para rxjs en TypeScripts",
34+
"pl": "naprawiono rozdzielczość typu dla rxjs w TypeScripts",
35+
"zh-cn": "修复TypeScripts中rxjs的类型解析"
36+
},
2537
"4.6.22": {
2638
"en": "catched some more file errors in mirror logic",
2739
"de": "hat einige weitere Dateifehler in der Spiegellogik abgefangen",

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

0 commit comments

Comments
 (0)