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
arithmetric committed Mar 18, 2016
1 parent 7ff5974 commit 9cfd381
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.10.1 [2016/03/17]

- Using Drush --root option by default to ensure the docroot is identified.
- Updating example project to install Drush 8.x instead of dev-master.
- Removing the theme validate step from the validate:staged special command,
due to incompatibilities.

## v0.10.0 [2016/03/08]

- Replaced copy with rsync to move the temporary build output as part of the
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.10.0",
"version": "0.10.1",
"main": "bootstrap.js",
"dependencies": {
"grunt-available-tasks": "~0.6.1",
Expand Down

0 comments on commit 9cfd381

Please sign in to comment.