From 30da1e4cb2149bd09433f075f5537af4d784ce73 Mon Sep 17 00:00:00 2001 From: Craig Nishina Date: Fri, 2 Dec 2016 01:41:37 -0800 Subject: [PATCH] chore(release): Version bump and changelog for 11.0.0 - version 10.2.9 unpublished from npm and tag removed from github due to breaking change with requiring node 6 LTS closes #170 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4a1465..24a6100b 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/package.json b/package.json index 4894bae5..242d6273 100644 --- a/package.json +++ b/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",