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 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.1",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.8.1",
3
+ "version": "2026.8.4",
4
4
  "manifest_version": 2,
5
5
  "description": "Post pm context as a Slack standup message",
6
6
  "author": "@unbraind",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.8.1",
3
+ "version": "2026.8.4",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",