diff --git a/CHANGELOG b/CHANGELOG index 2172d5e..c604583 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v2.0.0: + date: 2017-04-04 + changes: + - Remove usage of `QUnit.jsDump` + - Upgrade qunitjs to 2.3.0 (#123) + - adding an Introduction to the README (#140) v1.3.0: date: 2017-02-07 changes: diff --git a/README.md b/README.md index a6011d7..c2ea5b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-qunit v1.3.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit/branch/master) +# grunt-contrib-qunit v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit/branch/master) > Run QUnit unit tests in a headless PhantomJS instance @@ -269,6 +269,7 @@ grunt.event.on('qunit.spawn', function (url) { ## Release History + * 2017-04-04   v2.0.0   Remove usage of `QUnit.jsDump` Upgrade qunitjs to 2.3.0 (#123) adding an Introduction to the README (#140) * 2017-02-07   v1.3.0   Add ability to run tests in seeded-random order through `--seed` flag Add note about min version of QUnit required to use the CLI flags Implement support for todo tests and revamp reporting logic (#137) * 2016-04-14   v1.2.0   Add support for filtering running modules using command line (--modules) Removed 'grunt.warn' output from `error.onError` handler, onus now on end user binding to event. Update docs. * 2016-03-11   v1.1.0   Adding support for 'summaryOnly'. Fix `options.force`. Fix query string for `noGlobals`. Update docs. @@ -293,4 +294,4 @@ grunt.event.on('qunit.spawn', function (url) { Task submitted by ["Cowboy" Ben Alman](http://benalman.com/) -*This file was generated on Sun Mar 05 2017 19:21:50.* +*This file was generated on Tue Apr 04 2017 22:09:26.* diff --git a/package.json b/package.json index e0290db..8b7da01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-qunit", "description": "Run QUnit unit tests in a headless PhantomJS instance", - "version": "1.3.0", + "version": "2.0.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"