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 Jun 24, 2015
1 parent b53dad5 commit 1c66843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.7.1 [2015/06/24]

- Fixing error with 'grunt serve' due to drush:serve not being defined.
- Ensuring that Behat is run with the Grunt process's environment variables.

## v0.7.0 [2015/06/16]

### New Features
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.7.0",
"version": "0.7.1",
"main": "bootstrap.js",
"dependencies": {
"grunt-available-tasks": "0.5.7",
Expand Down

0 comments on commit 1c66843

Please sign in to comment.