@sylphx/flow 1.6.6 → 1.6.8
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 +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @sylphx/flow
|
|
2
2
|
|
|
3
|
+
## 1.6.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1fbd555: Final test: Slack notification with single-quoted string concatenation.
|
|
8
|
+
|
|
9
|
+
## 1.6.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5b44829: Test Slack notification with heredoc fix - YAML quoting resolved.
|
|
14
|
+
- 197e4af: Test Slack notification with one-liner - YAML syntax issues resolved.
|
|
15
|
+
|
|
3
16
|
## 1.6.6
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|