@akinon/pz-otp 1.72.0-rc.16 → 1.72.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 -37
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,46 +1,12 @@
1
1
  # @akinon/pz-otp
2
2
 
3
- ## 1.72.0-rc.16
4
-
5
- ## 1.72.0-rc.15
6
-
7
- ## 1.72.0-rc.14
8
-
9
- ## 1.72.0-rc.13
10
-
11
- ### Minor Changes
12
-
13
- - 9eaace28: ZERO-2993: Add apple pay package
14
-
15
- ## 1.71.0-rc.12
16
-
17
- ## 1.71.0-rc.11
18
-
19
- ## 1.71.0-rc.10
3
+ ## 1.72.0
20
4
 
21
5
  ### Minor Changes
22
6
 
23
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
24
-
25
- ## 1.71.0-rc.9
26
-
27
- ## 1.71.0-rc.8
28
-
29
- ## 1.71.0-rc.7
30
-
31
- ## 1.71.0-rc.6
32
-
33
- ## 1.71.0-rc.5
34
-
35
- ## 1.71.0-rc.4
36
-
37
- ## 1.71.0-rc.3
38
-
39
- ## 1.71.0-rc.2
40
-
41
- ## 1.71.0-rc.1
7
+ - 9eaace2: ZERO-2993: Add apple pay package
42
8
 
43
- ## 1.71.0-rc.0
9
+ ## 1.71.0
44
10
 
45
11
  ## 1.70.0
46
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-otp",
3
- "version": "1.72.0-rc.16",
3
+ "version": "1.72.0",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",