@netacea/captchafeedback 1.2.15 → 1.2.17

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 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.2.15](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/captchafeedback@1.2.13...@netacea/captchafeedback@1.2.15) (2023-01-27)
6
+ ## [1.2.17](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/captchafeedback@1.2.16...@netacea/captchafeedback@1.2.17) (2023-02-03)
7
7
 
8
8
  **Note:** Version bump only for package @netacea/captchafeedback
9
9
 
@@ -11,6 +11,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ ## [1.2.16](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/captchafeedback@1.2.13...@netacea/captchafeedback@1.2.16) (2023-01-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **all:** PE-414 fix package versions to match published ([9074a82](https://github.com/Netacea/JavascriptATAIntegration/commit/9074a82927cceddd13d40a927adf4c3ec7cc6a72))
20
+
21
+
22
+
23
+
24
+
14
25
  ## [1.2.13](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/captchafeedback@1.2.10...@netacea/captchafeedback@1.2.13) (2023-01-03)
15
26
 
16
27
  **Note:** Version bump only for package @netacea/captchafeedback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/captchafeedback",
3
- "version": "1.2.15",
3
+ "version": "1.2.17",
4
4
  "description": "CAPTCHA feedback module to send CAPTCHA results back to Netacea.",
5
5
  "main": "dist/captchafeedback/src/index.js",
6
6
  "types": "dist/captchafeedback/src/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "axios": "^0.21.1"
39
39
  },
40
40
  "dependencies": {
41
- "@netacea/netaceaintegrationbase": "^1.13.0"
41
+ "@netacea/netaceaintegrationbase": "^1.14.1"
42
42
  },
43
- "gitHead": "c741363c06bbf0a2c6277ddc03007946585e6b7f"
43
+ "gitHead": "8aa3af041b2714615cab11d98c2bc14567c554cc"
44
44
  }