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

Commit f9ce40d

Browse files
committed
chore(release): version bump and changelog for v1.6.1
1 parent 92c5d17 commit f9ce40d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.6.1
2+
3+
## Bug Fixes
4+
5+
- ([92c5d17](https://github.com/angular/protractor/commit/92c5d17844a2b4dc56c483ab4a65e2bf631175f9))
6+
fix(element): test crashes when using certain locators with `fromWebElement_`
7+
8+
Protractor crashes when one uses locators with findElementsOverride (i.e. any custom protractor
9+
locator like by.binding/repeater/etc) in map/filter/then/each/reduce
10+
111
# 1.6.0
212

313
## Features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"start": "node testapp/scripts/web-server.js"
5454
},
5555
"license": "MIT",
56-
"version": "1.6.0"
56+
"version": "1.6.1"
5757
}

0 commit comments

Comments
 (0)