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

Commit 4534e20

Browse files
authored
chore(release): version bump and changelog for 5.4.0. (#4885)
1 parent 492230a commit 4534e20

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 5.4.0
2+
3+
## Features
4+
5+
- ([03e2209](https://github.com/angular/protractor/commit/03e22092557240217bbbcf641476db08cc35df77))
6+
feat(driverProvider) Adding browserstackProxy param in BrowserStack driverProvider (#4852)
7+
8+
## Fixes
9+
10+
- ([492230a](https://github.com/angular/protractor/commit/492230ab3445ca3aea3e60f55d27cb9825018ef9))
11+
fix(generate_doc.sh): Use ES6 lib to compile down to ES5 (#4884)
12+
13+
- ([ed955e5](https://github.com/angular/protractor/commit/ed955e56a839d7f69da43acb6755763220d3681d))
14+
fix(travisCI): Update Node versions (#4847)
15+
16+
- ([3702a70](https://github.com/angular/protractor/commit/3702a709fe251fed1de9ee1eab38593c2c371e94))
17+
fix(local): Ensure webdriver.gecko.driver path is passed to Selenium (#4502)
18+
19+
- ([1c6a1a8](https://github.com/angular/protractor/commit/1c6a1a82f03f2bd5911dfc37f365329d6f5acb60))
20+
fix(circleci): Switch to using circleci v2 syntax and fix build errors (#4837)
21+
22+
## Dependencies
23+
- ([056eec2](https://github.com/angular/protractor/commit/056eec23a7d1534d5e8624d42a6c9d1f3106cf5d))
24+
deps(webdriver_js_extender): update webdriver_js_extender to 2.0 (#4882)
25+
1. update webdriver_js_extender to 2.0
26+
2. update selenium typing to 3.0.10
27+
128
# 5.3.2
229

330
## Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
"engines": {
8383
"node": ">=6.9.x"
8484
},
85-
"version": "5.3.2"
85+
"version": "5.4.0"
8686
}

0 commit comments

Comments
 (0)