prep for rc7

This commit is contained in:
Tyler Kellen 2013-01-23 11:48:42 -05:00
parent ab2565473e
commit b3b0783855
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
v0.4.0rc7:
date: 2013-01-23
changes:
- Updating grunt/gruntplugin dependencies to rc7.
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
v0.4.0rc5: v0.4.0rc5:
date: 2013-01-09 date: 2013-01-09
changes: changes:

View File

@ -143,6 +143,7 @@ jst: {
## Release History ## Release History
* 2013-01-22v0.5.0rc7Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
* 2013-01-08v0.4.0rc5Updating to work with grunt v0.4.0rc5. Switching to this.files api. * 2013-01-08v0.4.0rc5Updating to work with grunt v0.4.0rc5. Switching to this.files api.
* 2012-10-11v0.3.1Rename grunt-contrib-lib dep to grunt-lib-contrib. * 2012-10-11v0.3.1Rename grunt-contrib-lib dep to grunt-lib-contrib.
* 2012-08-22v0.3.0Options no longer accepted from global config key. * 2012-08-22v0.3.0Options no longer accepted from global config key.
@ -154,4 +155,4 @@ jst: {
Task submitted by [Tim Branyen](http://tbranyen.com) Task submitted by [Tim Branyen](http://tbranyen.com)
*This file was generated on Thu Jan 10 2013 13:04:44.* *This file was generated on Wed Jan 23 2013 11:47:16.*

View File

@ -1,7 +1,7 @@
{ {
"name": "grunt-contrib-jst", "name": "grunt-contrib-jst",
"description": "Precompile Underscore templates to JST file.", "description": "Precompile Underscore templates to JST file.",
"version": "0.4.0rc5", "version": "0.4.0rc7",
"homepage": "https://github.com/gruntjs/grunt-contrib-jst", "homepage": "https://github.com/gruntjs/grunt-contrib-jst",
"author": { "author": {
"name": "Grunt Team", "name": "Grunt Team",
@ -32,11 +32,11 @@
"grunt-lib-contrib": "~0.5.1" "grunt-lib-contrib": "~0.5.1"
}, },
"devDependencies": { "devDependencies": {
"grunt-contrib-jshint": "~0.1.1rc5", "grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-nodeunit": "~0.1.2rc5", "grunt-contrib-nodeunit": "0.1.2rc6",
"grunt-contrib-clean": "0.4.0rc6",
"grunt-contrib-internal": "*", "grunt-contrib-internal": "*",
"grunt-contrib-clean": "~0.4.0rc5", "grunt": "0.4.0rc7"
"grunt": "~0.4.0rc5"
}, },
"keywords": [ "keywords": [
"gruntplugin" "gruntplugin"