pm-slack-standup 2026.5.26 → 2026.5.27

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.05.27 - 2026-05-27
4
+
5
+ ### Added
6
+
7
+ - Add bun-install verification to release workflow ([pm-slack-standup-rexb](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/tasks/pm-slack-standup-rexb.toon))
8
+
3
9
  ## 2026.05.26 - 2026-05-26
4
10
 
5
11
  ### Fixed
package/dist/index.js CHANGED
@@ -137,7 +137,7 @@ function postToSlack(webhookUrl, text) {
137
137
  // ---------------------------------------------------------------------------
138
138
  export default defineExtension({
139
139
  name: "pm-slack-standup",
140
- version: "2026.5.26",
140
+ version: "2026.5.27",
141
141
  activate(api) {
142
142
  api.registerCommand({
143
143
  name: "standup",
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.5.26",
3
+ "version": "2026.5.27",
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.26",
3
+ "version": "2026.5.27",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",