Skip to content

Commit

Permalink
Updating version in package.json and adding CHANGELOG.md documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Turgeon committed Dec 10, 2015
1 parent 8a57176 commit 1e41079
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1e41079

Please sign in to comment.