Skip to content

Commit aae45d0

Browse files
authored
Merge pull request #132 from apify/feature/hubspot-client
Hubspot client
2 parents 247202d + 29169ed commit aae45d0

File tree

4 files changed

+2049
-1
lines changed

4 files changed

+2049
-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)