@akinon/pz-masterpass-rest 2.0.5-rc.0 → 2.0.6-rc.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 +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/pz-masterpass-rest
2
2
 
3
- ## 2.0.5-rc.0
3
+ ## 2.0.6-rc.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,6 +9,8 @@
9
9
  - fb4aa9b4: ZERO-4333: update maxLength for cardNumber input and enhance button styling in installment list
10
10
  - 63a72000: ZERO-3895: enhance payment processing with additional fields support
11
11
 
12
+ ## 2.0.5
13
+
12
14
  ## 2.0.4
13
15
 
14
16
  ## 2.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-masterpass-rest",
3
- "version": "2.0.5-rc.0",
3
+ "version": "2.0.6-rc.0",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.d.ts",
6
6
  "description": "Modern React-based Masterpass REST API integration package for ProjectZero e-commerce platform",