climaybe 3.4.5 → 3.4.6

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/bin/version.txt CHANGED
@@ -1 +1 @@
1
- 3.4.5
1
+ 3.4.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climaybe",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "description": "Shopify CLI by Electric Maybe for theme CI/CD workflows, branch orchestration, app setup, and dev tooling",
5
5
  "type": "module",
6
6
  "bin": {
@@ -135,7 +135,8 @@ jobs:
135
135
  }
136
136
  }
137
137
 
138
- parts.push('', '---', '*This preview will be available for 7 days.*');
138
+ const updatedAt = new Date().toISOString().replace('T', ' ').replace('Z', ' UTC');
139
+ parts.push('', '---', `*Updated: ${updatedAt}*`, '*This preview will be available for 7 days.*');
139
140
  const body = parts.join('\n');
140
141
 
141
142
  const comments = await github.paginate(github.rest.issues.listComments, {