Skip to content

Commit da1ad2c

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

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.6.1 [2015/05/17]
4+
5+
- Adding documentation on Gadget, the Yeoman generator for Grunt Drupal Tasks.
6+
- Ensuring dot-files are copied from the temporary build (Drush output) and the
7+
static files directory.
8+
- Adding --notify option as a converse of --quiet.
9+
- Adding .editorconfig to the project example.
10+
311
## v0.6.0 [2015/04/07]
412

513
- **Added automatic support for Drupal 8 based on Drush detection of the Drupal

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": "Grunt-based build and testing tasks for Drupal projects.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "0.5.7",

0 commit comments

Comments
 (0)