Skip to content

Commit 60d9e0d

Browse files
committed
chore: bump version to 0.1.1
1 parent ef04d66 commit 60d9e0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emdash-plugin-slack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Slack notifications for EmDash CMS — notify your team when content is published",
55
"type": "module",
66
"main": "./dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { PluginDescriptor } from "emdash";
33
export function slackPlugin(): PluginDescriptor {
44
return {
55
id: "emdash-plugin-slack",
6-
version: "0.1.0",
6+
version: "0.1.1",
77
format: "standard",
88
entrypoint: "emdash-plugin-slack/sandbox",
99
capabilities: ["network:fetch:any", "read:content"],

0 commit comments

Comments
 (0)