We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53dad5 commit 1c66843Copy full SHA for 1c66843
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
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
8
## v0.7.0 [2015/06/16]
9
10
### New Features
package.json
@@ -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",
0 commit comments