diff --git a/README.md b/README.md index 5ff99bc..bfdb51f 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ grunt.registerTask('test', ['connect', 'mocha_phantomjs']); ## Release History +* 2013-10-31   v0.3.2   Upgrade mocha-phantomjs to 3.2.0 * 2013-10-31   v0.3.1   Added support for --no-color * 2013-07-05   v0.3.0   Upgrade mocha-phantomjs to 3.1.0 * 2013-04-19   v0.2.8   Fix path to mocha-phantomjs binary on windows when not installed with plugin @@ -124,4 +125,4 @@ grunt.registerTask('test', ['connect', 'mocha_phantomjs']); ### Notes -This is a very basic implementation of mocha-phantomjs. Failed tests and errors do not bubble up for custom reporting. The idea of this is to be mainly used by a CI and let the CI manage the error reporting. \ No newline at end of file +This is a very basic implementation of mocha-phantomjs. Failed tests and errors do not bubble up for custom reporting. The idea of this is to be mainly used by a CI and let the CI manage the error reporting.