From f9fad1bf64c97ea82d3210c604a502c5ac662927 Mon Sep 17 00:00:00 2001 From: Travis Jeffery Date: Wed, 8 Apr 2015 02:34:05 -0500 Subject: [PATCH] Release 2.2.4 --- 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 cb3a8cad97..305bfd1edf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +2.2.4 / 2015-04-08 +================== + + * Load mocha.opts in _mocha for now (close #1645) + 2.2.3 / 2015-04-07 ================== diff --git a/bower.json b/bower.json index 8040675934..dec090f19d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "2.2.3", + "version": "2.2.4", "homepage": "http://mocha.github.io/mocha", "description": "simple, flexible, fun test framework", "authors": [ diff --git a/component.json b/component.json index 4a35c8ef60..a280cb60cc 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "2.2.3", + "version": "2.2.4", "repo": "mochajs/mocha", "description": "simple, flexible, fun test framework", "keywords": [ diff --git a/package.json b/package.json index 2b71c1df71..83118a3306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "2.2.3", + "version": "2.2.4", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",