From 1e410790f4002c164f737c0b414302e92e7b534c Mon Sep 17 00:00:00 2001 From: Joe Turgeon Date: Thu, 10 Dec 2015 11:32:28 -0600 Subject: [PATCH] Updating version in package.json and adding CHANGELOG.md documentation. --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",