We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef04d66 commit 60d9e0dCopy full SHA for 60d9e0d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "emdash-plugin-slack",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Slack notifications for EmDash CMS — notify your team when content is published",
5
"type": "module",
6
"main": "./dist/index.js",
src/index.ts
@@ -3,7 +3,7 @@ import type { PluginDescriptor } from "emdash";
export function slackPlugin(): PluginDescriptor {
return {
id: "emdash-plugin-slack",
- version: "0.1.0",
+ version: "0.1.1",
7
format: "standard",
8
entrypoint: "emdash-plugin-slack/sandbox",
9
capabilities: ["network:fetch:any", "read:content"],
0 commit comments