pm-slack-standup 2026.5.30 → 2026.5.31

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/dist/index.js CHANGED
@@ -177,7 +177,7 @@ function postToSlack(webhookUrl, text) {
177
177
  // ---------------------------------------------------------------------------
178
178
  export default defineExtension({
179
179
  name: "pm-slack-standup",
180
- version: "2026.5.30",
180
+ version: "2026.5.31",
181
181
  activate(api) {
182
182
  api.registerCommand({
183
183
  name: "standup",
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.5.30",
3
+ "version": "2026.5.31",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "author": "@unbraind",
6
6
  "entry": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.5.30",
3
+ "version": "2026.5.31",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",