Skip to content

Commit 3ae18fa

Browse files
authored
Hubspot new task version fix (#15216)
* update new-task version * pnpm-lock.yaml
1 parent d18175c commit 3ae18fa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

components/hubspot/package.json

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

components/hubspot/sources/new-task/new-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "hubspot-new-task",
99
name: "New Task Created",
1010
description: "Emit new event for each new task created. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/engagements/tasks#get-%2Fcrm%2Fv3%2Fobjects%2Ftasks)",
11-
version: "0.0.1",
11+
version: "0.0.13",
1212
type: "source",
1313
dedupe: "unique",
1414
methods: {

pnpm-lock.yaml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)