@friggframework/api-module-pipedrive 0.8.13 → 0.8.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v0.8.14 (Tue Dec 06 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix modules to @friggframework [#74](https://github.com/friggframework/frigg/pull/74) ([@sheehantoufiq](https://github.com/sheehantoufiq))
6
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
7
+
8
+ #### Authors: 2
9
+
10
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
11
+ - Sheehan Toufiq Khan ([@sheehantoufiq](https://github.com/sheehantoufiq))
12
+
13
+ ---
14
+
1
15
  # v0.8.11 (Mon Sep 19 2022)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.13",
2
+ "version": "0.8.14",
3
3
  "name": "@friggframework/api-module-pipedrive",
4
4
  "prettier": "@friggframework/prettier-config",
5
5
  "description": "",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@friggframework/assertions": "^1.0.5",
23
- "@friggframework/module-plugin": "^1.0.14"
23
+ "@friggframework/module-plugin": "^1.0.15"
24
24
  },
25
- "gitHead": "a3d0b3476bba12f3cb1456c29c22d5ee9e768ae7"
25
+ "gitHead": "c2d7e049cd3059633dd1ae24722bc112cf63b375"
26
26
  }