Skip to content

Commit

Permalink
chore(release): Version bump and changelog for release (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit committed Feb 7, 2017
1 parent 0ad2381 commit ba54422
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 5.1.0
# 5.1.1

## Features

- ([3edd62e](https://github.com/angular/protractor/commit/3edd62eccccb67ec7cb71b8c3d8b2c2921a6f7ca))
feat(saucelabs): Add Sauce Labs HTTPS Support (#4071)

- ([29f975a](https://github.com/angular/protractor/commit/29f975a34f5885a21525c3746bd3e82d5ae0c51e))
feat(plugins): allow plugins to know which browser instance to run against (#4066)

Closes https://github.com/angular/protractor/issues/4054

## Dependencies

- ([9d69a81](https://github.com/angular/protractor/commit/9d69a819c96e408df2b59589d49811a89af1bc74))
deps(typescript): use typescript@~2.0.0 (#4062)

- move noCF tests to install and fix reference to protractor
- changed element.ts to not use keyof
- remove gulp task tsc:spec

# 5.1.0

#### Blocking proxy

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"engines": {
"node": ">=6.9.x"
},
"version": "5.1.0"
"version": "5.1.1"
}

0 comments on commit ba54422

Please sign in to comment.