Skip to content

Commit d914ec8

Browse files
chore: release
1 parent 5a6f612 commit d914ec8

11 files changed

Lines changed: 19 additions & 38 deletions

.changeset/add-rumdl-markdown-linter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/announce-releases-on-slack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clarify-docs-search-boundary.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/drop-sandbox-experiment-flag.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-plugin-homepage.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/publish-github-releases.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rename-repo-to-slack-skills-plugin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slack",
33
"description": "Slack integration for searching messages, sending communications, managing canvases, and more",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"author": {
66
"name": "Slack",
77
"url": "https://slack.com"

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slack",
33
"description": "Slack MCP server. Search channels, send messages, and perform other Slack actions through MCP-compatible clients.",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"mcpServers": "../.cursor-mcp.json",
66
"author": {
77
"name": "Slack"

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# slack
2+
3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
9+
### Patch Changes
10+
11+
- c4caf79: Add rumdl Markdown linting to `make lint`/`make format` and clean up formatting across the skill and command docs.
12+
- 3906698: Automate release announcements to the internal maintainers' Slack channel from the release workflow.
13+
- 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.
14+
- 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.
15+
- 9635a2f: Publish GitHub Releases from the release workflow so each tag has release notes.
16+
- 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.

0 commit comments

Comments
 (0)