eslint-config-ppf 0.86.1 → 0.88.0

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ # 0.88.0 (2025-08-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * Save payment method Functionality (CC & ACH) - Stripe Integration and PLC web-hook [CIT-15542] ([#553](https://github.com/OpenGov/pluggable-payments/issues/553)) ([517b492](https://github.com/OpenGov/pluggable-payments/commit/517b492aae521ca3427bd5dfe37344197aed792f))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.87.0 (2025-08-20)
18
+
19
+
20
+ ### Features
21
+
22
+ * Stripe Terminal Payment Cancellation With timeout and Manual ([#554](https://github.com/OpenGov/pluggable-payments/issues/554)) ([77e7ad1](https://github.com/OpenGov/pluggable-payments/commit/77e7ad1ada33f18dabfceeb073a240b095ea4028))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 0.86.1 (2025-08-19)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.86.1",
3
+ "version": "0.88.0",
4
4
  "description": "PPF eslint Config",
5
5
  "author": "OpenGov",
6
6
  "homepage": "https://github.com/OpenGov/pluggable-payments#readme",
7
7
  "license": "UNLICENSED",
8
8
  "devDependencies": {
9
- "@opengov/ppf-tsconfig": "^0.83.1",
9
+ "@opengov/ppf-tsconfig": "^0.85.0",
10
10
  "@typescript-eslint/eslint-plugin": "^6.13.1",
11
11
  "@typescript-eslint/parser": "^6.13.1",
12
12
  "eslint": "^8.0.0",
@@ -24,5 +24,5 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/OpenGov/pluggable-payments/issues"
26
26
  },
27
- "gitHead": "34533805e55ae422ce8e21b505d0baf7fc0ddb89"
27
+ "gitHead": "f0d19a90a938f08dbe9b3e35b99abc9d9a350826"
28
28
  }