Skip to content

Commit b186d54

Browse files
committed
update versions
1 parent 24e0b62 commit b186d54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/customjs/actions/convert-html-to-pdf/convert-html-to-pdf.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-convert-html-to-pdf",
77
name: "Convert HTML to PDF",
88
description: "Converts an HTML string to a PDF document. [See the documentation](https://www.customjs.space/api/docs#_1-html-to-pdf)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/actions/create-screenshot/create-screenshot.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-create-screenshot",
77
name: "Create Screenshot",
88
description: "Create a screenshot of a website. [See the documentation](https://www.customjs.space/api/docs#_3-create-screenshot)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/actions/merge-pdfs/merge-pdfs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-merge-pdfs",
77
name: "Merge PDFs",
88
description: "Merges multiple PDF documents into one. [See the documentation](https://www.customjs.space/api/docs#_2-merge-pdfs)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/customjs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Pipedream CustomJS Components",
55
"main": "customjs.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)