From 780086bec3737939ec8eb67116662f32570d37f1 Mon Sep 17 00:00:00 2001 From: Travis Jeffery Date: Tue, 18 Mar 2014 06:23:53 -0500 Subject: [PATCH] 1.18.2 --- History.md | 5 +++++ bower.json | 2 +- component.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 27bc02edd5..4dfac22de0 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +1.18.2 / 2014-03-18 +================== + + * fix: html runner was prevented from using #mocha as the default root el (#1162) + 1.18.1 / 2014-03-18 ================== diff --git a/bower.json b/bower.json index 0050bbcbc6..84fc4387a7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "1.18.1", + "version": "1.18.2", "main": "mocha.js", "ignore": [ "bin", diff --git a/component.json b/component.json index 3f21300733..ea95f8cbe1 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "1.18.1", + "version": "1.18.2", "repo": "visionmedia/mocha", "description": "simple, flexible, fun test framework", "keywords": [ diff --git a/package.json b/package.json index 921d67db92..83491143d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "1.18.1", + "version": "1.18.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",