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

Commit 71e2cb8

Browse files
authored
chore(release): version bump and changelog for 5.4.1. (#4953)
1 parent 39485ca commit 71e2cb8

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 5.4.1
2+
3+
## Features
4+
5+
- ([7b08083](https://github.com/angular/protractor/commit/7b0808396458fbc2bd46c7e929f4effecb2a3f1e))
6+
feat(driverProvider): Add useExistingWebDriver driver provider (#4756)
7+
8+
- ([249e657](https://github.com/angular/protractor/commit/249e657baa605257c268f09078d56219776db9b1))
9+
feat(example): add examples of usage protractor framework with angular-material components;
10+
(#4891)
11+
12+
## Fixes
13+
14+
- ([39485ca](https://github.com/angular/protractor/commit/39485ca49ad751814ae112b224ae054e697e102f))
15+
fix(typo): fixed typo in EC expectation alias (#4952)
16+
17+
- ([07fefeb](https://github.com/angular/protractor/commit/07fefeb9636f8b3506df2eacbdb4ada29f50fbbd))
18+
fix(browser): browser.navigate() return type. (#4932)
19+
20+
Changing return type of browser.navigate() to be Navigation instead of any.
21+
22+
- ([0b1820c](https://github.com/angular/protractor/commit/0b1820c6c1d8b13e8fb2e64f27e4fe1d3cbcdd73))
23+
fix(package-lock.json): update package-lock.json to match package.json. (#4931)
24+
25+
## Dependencies
26+
27+
- ([2632bb6](https://github.com/angular/protractor/commit/2632bb67c3ac7773e8b769cd5c5ee5c6d7b69f3d))
28+
deps(webdriver_js_extender): update webdriver_js_extender to 2.1 (#4934)
29+
130
# 5.4.0
231

332
## Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0"
85+
"version": "5.4.1"
8686
}

0 commit comments

Comments
 (0)