Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Cataldo committed Aug 9, 2015
1 parent c3ac988 commit a476bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ grunt.registerTask('test', ['connect', 'mocha_phantomjs']);

## Release History

* 2015-09-09   v1.0.1   fix issue when using --color=false
* 2015-07-16   v1.0.0   *BREAKING* use mocha-phantomjs-core
* 2015-07-16   v0.7.0   Upgrade mocha-phantomjs to 3.6.0
* 2015-07-15   v0.6.2   Lock down phantomjs to match mocha-phantomjs peerDependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-mocha-phantomjs",
"description": "Run client-side mocha tests using phantomjs",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs",
"author": {
"name": "Justin Cataldo",
Expand Down

0 comments on commit a476bb2

Please sign in to comment.