Skip to content

Commit 2290913

Browse files
committed
Hubspot client
1 parent 247202d commit 2290913

File tree

4 files changed

+2025
-1
lines changed

4 files changed

+2025
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.7 / 2021/04/22
2+
==================
3+
4+
- Added hubspot client
5+
16
0.7.6 / 2021/04/14
27
==================
38

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify-shared",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "build/index.js",
66
"types": "types/index.d.ts",
@@ -37,6 +37,7 @@
3737
"lint:fix": "eslint src test --fix"
3838
},
3939
"dependencies": {
40+
"@hubspot/api-client": "^3.4.1",
4041
"axios": "^0.21.1",
4142
"chalk": "^4.0.0",
4243
"cherow": "^1.6.9",

0 commit comments

Comments
 (0)