@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "1.6.7",
3
+ "version": "1.6.9",
4
4
  "description": "AI-powered development workflow automation with autonomous loop mode and smart configuration",
5
5
  "type": "module",
6
6
  "bin": {