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.
|
|
1
|
+
3.4.6
|
package/package.json
CHANGED
|
@@ -135,7 +135,8 @@ jobs:
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
|
|
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, {
|