Skip to content

Commit 1c66843

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.7.1 [2015/06/24]
4+
5+
- Fixing error with 'grunt serve' due to drush:serve not being defined.
6+
- Ensuring that Behat is run with the Grunt process's environment variables.
7+
38
## v0.7.0 [2015/06/16]
49

510
### New Features

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.7.0",
4+
"version": "0.7.1",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "0.5.7",

0 commit comments

Comments
 (0)