@uuv/runner-commons 1.4.2 → 1.5.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.
- package/CHANGELOG.md +13 -0
- package/CONTRIBUTING.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [1.5.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.4.2...runner-commons-v1.5.0) (2023-07-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** moving test app in component ([5bdc75b](https://github.com/e2e-test-quest/uuv/commit/5bdc75b9ae4aec75f7a944513af0d57a4107cefd))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **assistant:** setting up electron, fixes [#132](https://github.com/e2e-test-quest/uuv/issues/132) ([6d6e99c](https://github.com/e2e-test-quest/uuv/commit/6d6e99cbbdb498e1d5f24a0386e52ae38fa1b161))
|
|
12
|
+
* setup assistant-electron package, [#132](https://github.com/e2e-test-quest/uuv/issues/132) ([76d69c2](https://github.com/e2e-test-quest/uuv/commit/76d69c2b5d311b40cb42c9511d224d7911133e10))
|
|
13
|
+
|
|
1
14
|
## [1.4.2](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.4.1...runner-commons-v1.4.2) (2023-05-29)
|
|
2
15
|
|
|
3
16
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -33,14 +33,14 @@ $ git commit -s -m 'This is the commit message'
|
|
|
33
33
|
|
|
34
34
|
## Reporting an issue
|
|
35
35
|
|
|
36
|
-
This project uses
|
|
36
|
+
This project uses Github issues to manage the issues.
|
|
37
37
|
|
|
38
38
|
Before creating an issue:
|
|
39
39
|
|
|
40
40
|
1. upgrade your project to the latest released template version, and check whether your bug is still present,
|
|
41
41
|
2. have a look in the opened issues if your problem is already known/tracked, and possibly contribute to the thread with your own information.
|
|
42
42
|
|
|
43
|
-
If none of the above was met, open an issue directly in
|
|
43
|
+
If none of the above was met, open an issue directly in Github, select the appropriate issue template and fill-in each section when applicable.
|
|
44
44
|
|
|
45
45
|
## Submitting a code change
|
|
46
46
|
|
package/package.json
CHANGED