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

Commit

Permalink
chore(release): version bump and changelog for v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Jan 13, 2015
1 parent 92c5d17 commit f9ce40d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.6.1

## Bug Fixes

- ([92c5d17](https://github.com/angular/protractor/commit/92c5d17844a2b4dc56c483ab4a65e2bf631175f9))
fix(element): test crashes when using certain locators with `fromWebElement_`

Protractor crashes when one uses locators with findElementsOverride (i.e. any custom protractor
locator like by.binding/repeater/etc) in map/filter/then/each/reduce

# 1.6.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"start": "node testapp/scripts/web-server.js"
},
"license": "MIT",
"version": "1.6.0"
"version": "1.6.1"
}

0 comments on commit f9ce40d

Please sign in to comment.