Skip to content

Commit 83ea719

Browse files
chore: release
1 parent 3017020 commit 83ea719

7 files changed

Lines changed: 12 additions & 18 deletions

File tree

.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/publish-github-releases.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.1.1",
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.1.1",
55
"mcpServers": "../.cursor-mcp.json",
66
"author": {
77
"name": "Slack"

CHANGELOG.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slack",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"engines": {
66
"node": ">=26"

0 commit comments

Comments
 (0)