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/publish-github-releases.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.1.1",
"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.1.1",
"mcpServers": "../.cursor-mcp.json",
"author": {
"name": "Slack"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# slack

## 1.1.1

### Patch Changes

- 9635a2f: Publish GitHub Releases from the release workflow so each tag has release notes.
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.1.1",
"private": true,
"engines": {
"node": ">=26"
Expand Down