@friggframework/api-module-pipedrive 0.11.1 → 0.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v0.11.2 (Tue Apr 16 2024)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Brendan Moore ([@brendanrmoore](https://github.com/brendanrmoore)), for all your work!
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge remote-tracking branch 'origin/version-0' into brendanrmoore/hide-sensitive-logs ([@brendanrmoore](https://github.com/brendanrmoore))
10
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
11
+
12
+ #### Authors: 2
13
+
14
+ - Brendan Moore ([@brendanrmoore](https://github.com/brendanrmoore))
15
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
16
+
17
+ ---
18
+
1
19
  # v0.11.0 (Wed Mar 20 2024)
2
20
 
3
21
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.11.1",
2
+ "version": "0.11.2",
3
3
  "name": "@friggframework/api-module-pipedrive",
4
4
  "prettier": "@friggframework/prettier-config",
5
5
  "description": "",
@@ -19,8 +19,8 @@
19
19
  "sinon": "^14.0.0"
20
20
  },
21
21
  "dependencies": {
22
- "@friggframework/assertions": "^1.0.8",
23
- "@friggframework/module-plugin": "^1.1.3"
22
+ "@friggframework/assertions": "^1.0.9",
23
+ "@friggframework/module-plugin": "^1.1.4"
24
24
  },
25
- "gitHead": "a13c56185f26a9b5accc8be1286cd34f0139989f"
25
+ "gitHead": "af8dc169f1752f985c7e72efe99ab3012959f1c4"
26
26
  }