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 +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.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.
|
|
140
|
+
version: "2026.5.27",
|
|
141
141
|
activate(api) {
|
|
142
142
|
api.registerCommand({
|
|
143
143
|
name: "standup",
|
package/manifest.json
CHANGED