We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6ade2 commit d0ea111Copy full SHA for d0ea111
components/asana/actions/create-project/create-project.mjs
@@ -5,7 +5,7 @@ export default {
5
key: "asana-create-project",
6
name: "Create Project",
7
description: "Create a new project in a workspace or team. [See the documentation](https://developers.asana.com/docs/create-a-project)",
8
- version: "0.10.4",
+ version: "0.10.5",
9
annotations: {
10
destructiveHint: false,
11
openWorldHint: true,
components/asana/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/asana",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"description": "Pipedream Asana Components",
"main": "asana.app.mjs",
"keywords": [
0 commit comments