@mindfoldhq/trellis 0.3.4 → 0.3.5
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.
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "0.3.5",
|
|
3
|
+
"description": "Fix delete migration manifest field name",
|
|
4
|
+
"breaking": false,
|
|
5
|
+
"recommendMigrate": false,
|
|
6
|
+
"changelog": "**Bug Fixes:**\n- fix(migration): use correct 'from' field instead of 'path' in delete migration manifest for Kilo commands cleanup",
|
|
7
|
+
"migrations": [],
|
|
8
|
+
"notes": "Hotfix for 0.3.4 migration error. Run trellis update to apply Kilo workflows migration."
|
|
9
|
+
}
|
package/package.json
CHANGED