@friggframework/api-module-zoho-crm 1.0.1 → 1.0.2
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 +17 -0
- package/defaultConfig.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# v1.0.2 (Tue Aug 06 2024)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, Fer Riffel ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook)), for all your work!
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Updated icons for all Frigg API modules [#14](https://github.com/friggframework/api-module-library/pull/14) ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook))
|
|
10
|
+
- Update icons for all Frigg API modules ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook))
|
|
11
|
+
|
|
12
|
+
#### Authors: 1
|
|
13
|
+
|
|
14
|
+
- Fer Riffel ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
# v1.0.1 (Mon Jul 15 2024)
|
|
2
19
|
|
|
3
20
|
:tada: This release contains work from new contributors! :tada:
|
package/defaultConfig.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"label": "Zoho CRM",
|
|
4
4
|
"productUrl": "https://www.zoho.com/crm/",
|
|
5
5
|
"apiDocs": "https://www.zoho.com/crm/developer/docs/",
|
|
6
|
-
"logoUrl": "https://friggframework.org/assets/img/zoho-
|
|
6
|
+
"logoUrl": "https://friggframework.org/assets/img/zoho-icon.png",
|
|
7
7
|
"categories": [
|
|
8
8
|
"Sales",
|
|
9
9
|
"Marketing",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/api-module-zoho-crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"prettier": "@friggframework/prettier-config",
|
|
5
5
|
"description": "Zoho CRM API module that lets the Frigg Framework interact with Zoho CRM",
|
|
6
6
|
"main": "index.js",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "cdfe2d135124d7dfe8ef49ae3c6e8e95d7990b40"
|
|
29
29
|
}
|