@friggframework/api-module-hubspot 1.1.6-canary.11.6b9ddda.0 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# v1.1.6 (Thu Aug 01 2024)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from new contributors! :tada:
|
|
4
|
+
|
|
5
|
+
Thanks for all your work!
|
|
6
|
+
|
|
7
|
+
:heart: Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
|
|
8
|
+
|
|
9
|
+
:heart: Armando Alvarado ([@aaj](https://github.com/aaj))
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- Salesforce V1 and some HubSpot API methods [#11](https://github.com/friggframework/api-module-library/pull/11) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
14
|
+
- Add API module for Asana [#2](https://github.com/friggframework/api-module-library/pull/2) ([@igorschechtel](https://github.com/igorschechtel))
|
|
15
|
+
- update module to pass current manager tests ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
16
|
+
- Added Zoho CRM API module [#4](https://github.com/friggframework/api-module-library/pull/4) ([@aaj](https://github.com/aaj))
|
|
17
|
+
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
18
|
+
- Merge branch 'friggframework:main' into main ([@igorschechtel](https://github.com/igorschechtel))
|
|
19
|
+
|
|
20
|
+
#### Authors: 4
|
|
21
|
+
|
|
22
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
23
|
+
- Armando Alvarado ([@aaj](https://github.com/aaj))
|
|
24
|
+
- Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
|
|
25
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
1
29
|
# v1.1.5 (Mon May 06 2024)
|
|
2
30
|
|
|
3
31
|
:tada: This release contains work from a new contributor! :tada:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/api-module-hubspot",
|
|
3
|
-
"version": "1.1.6
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"prettier": "@friggframework/prettier-config",
|
|
5
5
|
"description": "HubSpot API module that lets the Frigg Framework interact with HubSpot",
|
|
6
6
|
"main": "index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@friggframework/core": "^1.1.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "24baa30efc2d7010bf361cc50f418c668e3e6147"
|
|
26
26
|
}
|