From 9e5b87bea72eca24d1ceff967c87c22319fc0204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 22:22:28 +0000 Subject: [PATCH] chore: release --- .changeset/publish-github-releases.md | 5 ----- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/publish-github-releases.md create mode 100644 CHANGELOG.md diff --git a/.changeset/publish-github-releases.md b/.changeset/publish-github-releases.md deleted file mode 100644 index 5fb5b5d..0000000 --- a/.changeset/publish-github-releases.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"slack": patch ---- - -Publish GitHub Releases from the release workflow so each tag has release notes. diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d235c58..abd3222 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "slack", "description": "Slack integration for searching messages, sending communications, managing canvases, and more", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Slack", "url": "https://slack.com" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d11ebcd..1b47b9c 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -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.1.1", "mcpServers": "../.cursor-mcp.json", "author": { "name": "Slack" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..13d1873 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# slack + +## 1.1.1 + +### Patch Changes + +- 9635a2f: Publish GitHub Releases from the release workflow so each tag has release notes. diff --git a/package.json b/package.json index 3748173..4b63ad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack", - "version": "1.1.0", + "version": "1.1.1", "private": true, "engines": { "node": ">=26"