Skip to content

Commit fb4fd35

Browse files
authored
Merging pull request #17721
* new components * pnpm-lock.yaml * versions * updates * pnpm-lock.yaml
1 parent f149578 commit fb4fd35

File tree

18 files changed

+1242
-43
lines changed

18 files changed

+1242
-43
lines changed

components/teamwork/actions/create-task/create-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../teamwork.app.mjs";
33
export default {
44
type: "action",
55
key: "teamwork-create-task",
6-
version: "0.0.1",
6+
version: "0.0.2",
77
name: "Create Task",
88
description: "Create a new task in the backlog. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/cd8948166b1b1-create-a-task)",
99
props: {

0 commit comments

Comments
 (0)