diff --git a/CHANGELOG b/CHANGELOG index 794ebb4..cd43768 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.2.0rc7: + date: 2013-01-18 + changes: + - Updating grunt/gruntplugin dependencies to rc6. + - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. v0.2.0rc5: date: 2013-01-09 changes: diff --git a/README.md b/README.md index 8609b7c..734f067 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Likely because of an enthusiastic pattern trying to watch thousands of files. Su ## Release History + * 2013-01-17   v0.2.0rc7   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. * 2013-01-08   v0.2.0rc5   Updating to work with grunt v0.4.0rc5. * 2012-12-14   v0.2.0a   Conversion to grunt v0.4 conventions. Remove node v0.6 and grunt v0.3 support. Allow watch task to be renamed. Use grunt.util.spawn "grunt" option. Updated to gaze@0.3.0, forceWatchMethod option removed. * 2012-10-31   v0.1.4   Prevent watch from spawning duplicate watch tasks @@ -139,4 +140,4 @@ Likely because of an enthusiastic pattern trying to watch thousands of files. Su Task submitted by [Kyle Robinson Young](http://dontkry.com) -*This file was generated on Mon Jan 14 2013 23:40:50.* +*This file was generated on Tue Jan 22 2013 12:59:24.* diff --git a/package.json b/package.json index 8632542..1de84bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-watch", "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.", - "version": "0.2.0rc5", + "version": "0.2.0rc7", "homepage": "https://github.com/gruntjs/grunt-contrib-watch", "author": { "name": "Grunt Team", @@ -31,9 +31,9 @@ "gaze": "~0.3.2" }, "devDependencies": { - "grunt": "~0.4.0rc5", - "grunt-contrib-jshint": "~0.1.1rc5", - "grunt-contrib-nodeunit": "~0.1.2rc5", + "grunt": "0.4.0rc7", + "grunt-contrib-jshint": "0.1.1rc6", + "grunt-contrib-nodeunit": "0.1.2rc6", "grunt-contrib-internal": "*" }, "keywords": [