diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae57642..7fc68dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.9.1 [2015/12/10] + +- Add config option to specify command runner in git hook scripts. +- Fixed Gruntconfig.json interpretation for disabling tasks and specifying port +for the serve task. +- Fixed error when using a theme's validate script. +- Configured copy operations during build to ensure file modes are preserved. + ## v0.9.0 [2015/11/18] - Added the ability to [define scripts for common project operations](https://github.com/phase2/grunt-drupal-tasks/blob/master/CONFIG.md#project-operations). diff --git a/package.json b/package.json index 7452f3fb..2a2abc23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-drupal-tasks", "description": "A Grunt plugin to automate Drupal build and testing tasks.", - "version": "0.9.0", + "version": "0.9.1", "main": "bootstrap.js", "dependencies": { "grunt-available-tasks": "0.6.1",