We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b948b commit 1d34c18Copy full SHA for 1d34c18
components/gmail/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/gmail",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"description": "Pipedream Gmail Components",
5
"main": "gmail.app.mjs",
6
"keywords": [
components/gmail/sources/new-email-received/new-email-received.mjs
@@ -15,7 +15,7 @@ export default {
15
name: "New Email Received",
16
description: "Emit new event when a new email is received.",
17
type: "source",
18
- version: "0.1.4",
+ version: "0.1.5",
19
dedupe: "unique",
20
props: {
21
gmail,
0 commit comments