Skip to content

Commit 2d00c0c

Browse files
author
Joe Turgeon
committed
Updating version in main and example package.json, and adding CHANGELOG.md documentation.
1 parent 83e636d commit 2d00c0c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v0.8.0 [2015/07/24]
4+
5+
- Fixed bug in theme proxying feature.
6+
- Updated Travis CI test configuration to use improved infrastructure and test
7+
additional PHP versions.
8+
- Added default scaffold task to symlink any directories in `src/libraries` to
9+
`build/html/sites/all/libraries` (for D7) or `build/html/libraries` (for D8).
10+
311
## v0.7.1 [2015/06/24]
412

513
- Fixing error with 'grunt serve' due to drush:serve not being defined.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"grunt": "~0.4.5",
8-
"grunt-drupal-tasks": "~0.7.0",
8+
"grunt-drupal-tasks": "~0.8.0",
99
"zombie": "^2.5.1"
1010
}
1111
}

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

0 commit comments

Comments
 (0)