Skip to content

Commit 1e41079

Browse files
author
Joe Turgeon
committed
Updating version in package.json and adding CHANGELOG.md documentation.
1 parent 8a57176 commit 1e41079

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## v0.9.1 [2015/12/10]
4+
5+
- Add config option to specify command runner in git hook scripts.
6+
- Fixed Gruntconfig.json interpretation for disabling tasks and specifying port
7+
for the serve task.
8+
- Fixed error when using a theme's validate script.
9+
- Configured copy operations during build to ensure file modes are preserved.
10+
311
## v0.9.0 [2015/11/18]
412

513
- Added the ability to [define scripts for common project operations](https://github.com/phase2/grunt-drupal-tasks/blob/master/CONFIG.md#project-operations).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-drupal-tasks",
33
"description": "A Grunt plugin to automate Drupal build and testing tasks.",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "0.6.1",

0 commit comments

Comments
 (0)