@digital-ai/devops-page-object-release 0.0.100 → 0.0.102
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.
- package/CHANGELOG.md +13 -0
- package/dist/main.js +2842 -2841
- package/dist/main.js.map +1 -1
- package/dist/module.js +2752 -2749
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.102
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dd54c4c: S-129004 Update release process
|
|
8
|
+
- 6aababd: S-129004 Update release process
|
|
9
|
+
|
|
10
|
+
## 0.0.101
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 598da31: S-125097: Fixed the Jenkins plugins issue
|
|
15
|
+
|
|
3
16
|
## 0.0.100
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|