Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-rumdl-markdown-linter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/announce-releases-on-slack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clarify-docs-search-boundary.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/drop-sandbox-experiment-flag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-plugin-homepage.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/publish-github-releases.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rename-repo-to-slack-skills-plugin.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slack",
"description": "Slack integration for searching messages, sending communications, managing canvases, and more",
"version": "1.1.0",
"version": "1.2.0",
"author": {
"name": "Slack",
"url": "https://slack.com"
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slack",
"description": "Slack MCP server. Search channels, send messages, and perform other Slack actions through MCP-compatible clients.",
"version": "1.1.0",
"version": "1.2.0",
"mcpServers": "../.cursor-mcp.json",
"author": {
"name": "Slack"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# slack

## 1.2.0

### Minor Changes

- 5a6f612: Route general Slack documentation questions to the slack-docs skill. The slack-cli skill's docs search is now scoped to terminal-based lookups via `slack docs search`, removing the overlap with slack-docs.

### Patch Changes

- c4caf79: Add rumdl Markdown linting to `make lint`/`make format` and clean up formatting across the skill and command docs.
- 3906698: Automate release announcements to the internal maintainers' Slack channel from the release workflow.
- 7bd09ea: Drop the `--experiment=sandboxes` flag from `slack sandbox` invocations in the `create-slack-app` skill. The experiment has been removed from `slack-cli`, so the flag now surfaces an unknown-experiment warning that can confuse users and agents.
- 9ea300a: Fix the `homepage` field in `.claude-plugin/plugin.json` to point to this repository instead of `slackapi/slack-mcp-cursor-plugin`, which does not exist and returned a 404.
- 9635a2f: Publish GitHub Releases from the release workflow so each tag has release notes.
- 46f5c53: Update the `homepage` field in `.claude-plugin/plugin.json` and repo links in docs to point to `slackapi/slack-skills-plugin`, the repository's new name.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"engines": {
"node": ">=26"
Expand Down