@friggframework/api-module-pipedrive 0.8.25-canary.b5020ae.0 → 0.8.25

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.8.25 (Thu May 25 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
10
+
11
+ ---
12
+
1
13
  # v0.8.24 (Tue Apr 04 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.25-canary.b5020ae.0",
2
+ "version": "0.8.25",
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.9-canary.b5020ae.0",
23
- "@friggframework/module-plugin": "1.0.26-canary.b5020ae.0"
22
+ "@friggframework/assertions": "^1.0.8",
23
+ "@friggframework/module-plugin": "^1.0.26"
24
24
  },
25
- "gitHead": "b5020aeffe07e6476eb5d04ac7e6c1eaeb127e57"
25
+ "gitHead": "e2b54a4769ffc18f61daeb97e075554cdff02766"
26
26
  }