Skip to content

Commit 355d31f

Browse files
author
Joe Turgeon
committed
Updating version in package.json, and adding CHANGELOG.md documentation.
1 parent 0f86249 commit 355d31f

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

3-
## v0.5.1
3+
## v0.5.2 [2015/01/24]
4+
5+
- Adding configuration for the Drush executable path, whether to trigger a fail
6+
for PHPCS warnings, and help text for custom tasks
7+
- Including dot files in `package` task results
8+
- Pinning npm dependencies to a specific version for stability
9+
- Adding tests for Compass theme compilation (and implicitly Bundler dependency
10+
installation)
11+
12+
### Upgrade Notes
13+
14+
- The example project's configuration will install a copy of Drush in the
15+
project's `bin/` directory, and use this copy for all Drush operations. To
16+
adopt this practice on existing projects, add the Drush dependency to your
17+
project's `composer.json` and specify the path in Gruntconfig.json with:
18+
19+
```json
20+
"drush": {
21+
"cmd": "bin/drush"
22+
}
23+
```
24+
25+
## v0.5.1 [2015/01/10]
426

527
- Critical bug fixes to Bundler and Drush support
628
- Adding a script to support the `npm test` command for running an end-to-end
@@ -11,7 +33,7 @@ test on Grunt Drupal Tasks functionality similar to the Travis CI script
1133
- Update your project's package.json to require at least v0.5.1 of Grunt Drupal
1234
Tasks by using the `~0.5.1` version field value.
1335

14-
## v0.5.0
36+
## v0.5.0 [2015/01/05]
1537

1638
- Moving main Grunt Drupal Tasks library code from Gruntfile.js to bootstrap.js
1739
- Adding integration with OS notification features with grunt-notify

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

0 commit comments

Comments
 (0)