File tree 3 files changed +23
-1
lines changed 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ Before submitting this PR, please ensure that you have completed the following:
2
+
3
+ - [ ] Updated the CHANGELOG.md.
4
+ - [ ] Updated the ` packages.json ` if necessary.
5
+ - [ ] Checked that there aren't other open pull requests for the same issue/update.
6
+ - [ ] Checked that your contribution follows the project's contribution guidelines.
7
+
8
+ ## Description
9
+
10
+ Please describe your changes and any new features you're introducing, or issues you're fixing.
11
+
12
+ ### Related Issues
13
+
14
+ Please link any related issues or bug reports that this PR will address.
15
+
16
+ ---
17
+
18
+ Thank you for your contribution!
Original file line number Diff line number Diff line change
1
+ ## 0.13.2
2
+ - updated version to 0.13.2
3
+ - pull request template added to reduce human factor
4
+
1
5
## 0.13.1
2
6
- fixed a missed bracket
3
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @qavajs/format-report-portal" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.2 " ,
4
4
"description" : " cucumber formatter for report portal" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments