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"