pm-slack-standup 2026.8.1 → 2026.8.4
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 +6 -0
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026.8.4 - 2026-08-04
|
|
4
|
+
|
|
5
|
+
### Other
|
|
6
|
+
|
|
7
|
+
- Resolve pm-changelog to the release that derives release dates in UTC ([pm-slack-standup-1sqq](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-1sqq.toon))
|
|
8
|
+
|
|
3
9
|
## 2026.7.31 - 2026-07-31
|
|
4
10
|
|
|
5
11
|
### Fixed
|
package/dist/index.js
CHANGED
|
@@ -1415,7 +1415,7 @@ export function renderTrendLine(deltas) {
|
|
|
1415
1415
|
let exportStdoutViaService = false;
|
|
1416
1416
|
export default defineExtension({
|
|
1417
1417
|
name: "pm-slack-standup",
|
|
1418
|
-
version: "2026.8.
|
|
1418
|
+
version: "2026.8.4",
|
|
1419
1419
|
activate(api) {
|
|
1420
1420
|
const standupFlags = [
|
|
1421
1421
|
{ long: "--webhook", value_name: "url", description: "Slack incoming webhook URL (overrides PM_SLACK_WEBHOOK env var)" },
|
package/manifest.json
CHANGED