Skip to content

Commit

Permalink
chore(release): Version bump and changelog for 11.0.0
Browse files Browse the repository at this point in the history
- version 10.2.9 unpublished from npm and tag removed from github
  due to breaking change with requiring node 6 LTS

closes angular#170
  • Loading branch information
cnishina authored and sjelin committed Dec 16, 2016
1 parent 2b10a0d commit 30da1e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,8 @@
# 10.2.9
# 11.0.0

## Breaking Change:

- Requires node 6 since node 6 is in long term support. See (node LTS Schedule)[https://github.com/nodejs/LTS#lts-schedule].

## Features
- ([b5638ef](https://github.com/angular/webdriver-manager/commit/b5638ef0861843e1d42220af515adc3e03a2b65a))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webdriver-manager",
"version": "10.2.9",
"version": "11.0.0",
"description": "A selenium server and browser driver manager for your end to end tests.",
"scripts": {
"check_format": "gulp format:enforce",
Expand Down

0 comments on commit 30da1e4

Please sign in to comment.