@sylphx/flow 1.6.7 → 1.6.9
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.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2ecbdae: Fix Slack notification JSON parsing with temp file approach.
|
|
8
|
+
- 2634f30: Test temp file fix for Slack notification - should now display correct package name.
|
|
9
|
+
|
|
10
|
+
## 1.6.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 1fbd555: Final test: Slack notification with single-quoted string concatenation.
|
|
15
|
+
|
|
3
16
|
## 1.6.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|