@friggframework/api-module-pipedrive 0.8.9 → 0.8.10
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 +4 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
# v0.8.
|
|
1
|
+
# v0.8.10 (Thu Sep 01 2022)
|
|
2
2
|
|
|
3
3
|
#### 🐛 Bug Fix
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- version bumped to address tag issue [#43](https://github.com/friggframework/frigg/pull/43) ([@seanspeaks](https://github.com/seanspeaks))
|
|
6
|
+
- version bumped ([@seanspeaks](https://github.com/seanspeaks))
|
|
6
7
|
- Publish ([@seanspeaks](https://github.com/seanspeaks))
|
|
8
|
+
- Add nx and licenses [#37](https://github.com/friggframework/frigg/pull/37) ([@seanspeaks](https://github.com/seanspeaks))
|
|
7
9
|
- MIT to all packages ([@seanspeaks](https://github.com/seanspeaks))
|
|
8
10
|
|
|
9
11
|
#### Authors: 1
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.8.
|
|
2
|
+
"version": "0.8.10",
|
|
3
3
|
"name": "@friggframework/api-module-pipedrive",
|
|
4
4
|
"prettier": "@friggframework/prettier-config",
|
|
5
5
|
"description": "",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"@friggframework/assertions": "^1.0.4",
|
|
23
23
|
"@friggframework/module-plugin": "^1.0.11"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "e7671f2a9b4620c7bd82826f8cd61a7d8c1c4994"
|
|
26
26
|
}
|