@friggframework/api-module-pipedrive 0.8.11-canary.49.3b861b2.0 → 0.8.11

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v0.8.11 (Mon Sep 19 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Test environment setup for all modules [#49](https://github.com/friggframework/frigg/pull/49) ([@seanspeaks](https://github.com/seanspeaks))
6
+ - Test environment setup for all modules ([@seanspeaks](https://github.com/seanspeaks))
7
+ - Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
8
+
9
+ #### Authors: 1
10
+
11
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
12
+
13
+ ---
14
+
1
15
  # v0.8.10 (Thu Sep 01 2022)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.11-canary.49.3b861b2.0",
2
+ "version": "0.8.11",
3
3
  "name": "@friggframework/api-module-pipedrive",
4
4
  "prettier": "@friggframework/prettier-config",
5
5
  "description": "",
@@ -12,7 +12,7 @@
12
12
  "license": "MIT",
13
13
  "devDependencies": {
14
14
  "@friggframework/eslint-config": "^1.0.7",
15
- "@friggframework/test-environment": "1.1.4-canary.49.3b861b2.0",
15
+ "@friggframework/test-environment": "^1.1.4",
16
16
  "eslint": "^8.22.0",
17
17
  "jest": "^28.1.3",
18
18
  "prettier": "^2.7.1",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@friggframework/assertions": "^1.0.4",
23
- "@friggframework/module-plugin": "1.0.12-canary.49.3b861b2.0"
23
+ "@friggframework/module-plugin": "^1.0.12"
24
24
  },
25
- "gitHead": "3b861b222d63121be7a469dfb4ecafc1db332fc3"
25
+ "gitHead": "f878e62429cba3a0977779e814311075fe4ef033"
26
26
  }