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 minor release 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed May 21, 2014
1 parent 59533d9 commit b01ea83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.23.1
_Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time._

## Bug Fixes

- ([59533d9](https://github.com/angular/protractor/commit/59533d95219796ce18f796434f8c3396ada7402c))
fix(navigation): revert changes to the page reset

Navigating to an empty data URL won't work for internet explorer, sadly.

Reverting to about:blank. Will watch for flakes and explore other options.


# 0.23.0
_Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time._

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"start": "testapp/scripts/web-server.js"
},
"license": "MIT",
"version": "0.23.0",
"version": "0.23.1",
"webdriverVersions": {
"selenium": "2.41.0",
"chromedriver": "2.9",
Expand Down

0 comments on commit b01ea83

Please sign in to comment.