Bumping version to 0.2.0rc7.

* Updating grunt/gruntplugin dependencies to rc6.
* Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
pull/41/head v0.2.0-rc.7
Kyle Robinson Young 12 years ago
parent 3ec9cd8d7f
commit 53f9bc6406

@ -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:

@ -127,6 +127,7 @@ Likely because of an enthusiastic pattern trying to watch thousands of files. Su
## Release History
* 2013-01-17v0.2.0rc7Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
* 2013-01-08v0.2.0rc5Updating to work with grunt v0.4.0rc5.
* 2012-12-14v0.2.0aConversion 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-31v0.1.4Prevent 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.*

@ -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": [

Loading…
Cancel
Save