@tiledesk/tiledesk-tybot-connector 0.2.146-rc1 → 0.2.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,9 @@ available on:
|
|
|
17
17
|
- Added flowError on JSONCondition when result = null
|
|
18
18
|
- Added fix on Filler -->
|
|
19
19
|
|
|
20
|
+
# v0.2.146
|
|
21
|
+
- bug-fixed: message.attributes["flowAttributes"]
|
|
22
|
+
|
|
20
23
|
# v0.2.146-rc1
|
|
21
24
|
- bug-fixed: message.attributes["flowAttributes"] added only if value size is <= 1kb
|
|
22
25
|
|