pm-slack 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-s716](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/tasks/pm-slack-s716.toon))
|
|
8
|
+
|
|
3
9
|
## 2026.05.26 - 2026-05-26
|
|
4
10
|
|
|
5
11
|
### Fixed
|
package/dist/index.js
CHANGED
|
@@ -179,7 +179,7 @@ function extractItem(ctx) {
|
|
|
179
179
|
// ---------------------------------------------------------------------------
|
|
180
180
|
export default defineExtension({
|
|
181
181
|
name: "pm-slack",
|
|
182
|
-
version: "2026.5.
|
|
182
|
+
version: "2026.5.27",
|
|
183
183
|
activate(api) {
|
|
184
184
|
// ---------------------------------------------------------------------------
|
|
185
185
|
// afterCommand hook — fires after every pm-cli command completes
|
package/manifest.json
CHANGED