From a5885f1b926933327c130960cee7146c6cf97c2d Mon Sep 17 00:00:00 2001 From: Jonah Stiennon Date: Wed, 2 Dec 2015 15:13:57 -0800 Subject: [PATCH] v8.6.2 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 226b993..19a08c8 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,9 @@ The [IndexedDBShim](http://github.com/axemclion/IndexedDBShim) is a project that Changelog --------- +####8.6.2#### +* updated Sauce Connect to v4.3.12 + ####8.6.1#### * added `public` parameter, so tests can be made Public on Sauce Labs * when retrying a test, browser name and test url are output to stdout diff --git a/package.json b/package.json index 7204d3a..5ed529f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-saucelabs", "description": "Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests", - "version": "8.6.1", + "version": "8.6.2", "homepage": "https://github.com/axemclion/grunt-saucelabs", "author": { "name": "Parashuram",