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 7ff5974 commit 9cfd381Copy full SHA for 9cfd381
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v0.10.1 [2016/03/17]
4
+
5
+- Using Drush --root option by default to ensure the docroot is identified.
6
+- Updating example project to install Drush 8.x instead of dev-master.
7
+- Removing the theme validate step from the validate:staged special command,
8
+due to incompatibilities.
9
10
## v0.10.0 [2016/03/08]
11
12
- Replaced copy with rsync to move the temporary build output as part of the
package.json
@@ -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",
0 commit comments