Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 2aa507f

Browse files
authored
chore(release): version bump and change log for 5.3.1 (#4758)
1 parent c63b99e commit 2aa507f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
# 5.3.0
224

325
## Features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
"engines": {
8282
"node": ">=6.9.x"
8383
},
84-
"version": "5.3.0"
84+
"version": "5.3.1"
8585
}

0 commit comments

Comments
 (0)