Skip to content

Commit ece702e

Browse files
authored
version (#14816)
1 parent fb62fb3 commit ece702e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.10.0",
3+
"version": "0.10.1",
44
"description": "Pipedream Hubspot Components",
55
"main": "hubspot.app.mjs",
66
"keywords": [

components/hubspot/sources/new-ticket-property-change/new-ticket-property-change.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export default {
77
key: "hubspot-new-ticket-property-change",
88
name: "New Ticket Property Change",
99
description: "Emit new event when a specified property is provided or updated on a ticket. [See the documentation](https://developers.hubspot.com/docs/api/crm/tickets)",
10-
//version: "0.0.8",
11-
version: "0.0.8",
10+
version: "0.0.9",
1211
dedupe: "unique",
1312
type: "source",
1413
props: {

0 commit comments

Comments
 (0)