Use this guide for release notes, issue replies, and changelog entries.
vX.Y.Z — <concrete operational outcome>.Thanks for reporting this.
Status: fixed in `<version>`.
Included:
- `<fix 1>`
- `<fix 2>`
Verify:
- `npx -y @jtalk22/slack-mcp --version`
- `npx -y @jtalk22/slack-mcp --status`
Install/update:
- `npx -y @jtalk22/slack-mcp`
- `npm i -g @jtalk22/slack-mcp@<version>`
If it still reproduces, reply with OS, Node version, runtime mode (`stdio|web|http|worker`), and exact error output.
## <version> — <short title>
### Improved
- <item>
- <item>
### Compatibility
- No API/tool schema changes.
### Verify
```bash
npx -y @jtalk22/slack-mcp --version
npx -y @jtalk22/slack-mcp --setup
npx -y @jtalk22/slack-mcp --status
```
## [<version>] - YYYY-MM-DD
### Fixed
- <item>
### Changed
- <item>