This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 5.3.1
2
+
3
+ ## Features
4
+
5
+ - ([cc2234c](https://github.com/angular/protractor/commit/cc2234c762268acab85b6e5d1c13b6480738651b))
6
+ feat(logger): Add log level configuration (#1451) (#4068)
7
+
8
+ ## Fixes
9
+
10
+ - ([c63b99e](https://github.com/angular/protractor/commit/c63b99ee029b6730e4b0702ac7c22b4076049e2a))
11
+ fix(grep): change excluded tests to disabled instead of pending (#4673)
12
+
13
+ - ([9348ccf](https://github.com/angular/protractor/commit/9348ccfe65a0488d2929f624e70aef585f72e3ab))
14
+ docs(page_objects): Remove unnecessary "await" and "async" (#4732)
15
+
16
+ - ([4898db0](https://github.com/angular/protractor/commit/4898db0940e0c0084e7c538a40986f94dc21e7ec))
17
+ docs(plugins) add protractor-cucumber-steps plugin to plugins.md (#4721)
18
+
19
+ - ([a7411b6](https://github.com/angular/protractor/commit/a7411b6a156d45ec2e61f1b6ec951a19d854f5b2))
20
+ docs(page_objects): Add async / await example (#4675)
21
+
22
+
1
23
# 5.3.0
2
24
3
25
## Features
Original file line number Diff line number Diff line change 81
81
"engines" : {
82
82
"node" : " >=6.9.x"
83
83
},
84
- "version" : " 5.3.0 "
84
+ "version" : " 5.3.1 "
85
85
}
You can’t perform that action at this time.
0 commit comments