Skip to content

Commit

Permalink
Updating version in main and example package.json, and adding CHANGEL…
Browse files Browse the repository at this point in the history
…OG.md documentation.
  • Loading branch information
arithmetric committed Apr 12, 2016
1 parent be67684 commit 76ccfb5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 16 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## v0.11.0 [2016/04/12]

- Updated example to use Grunt v1.x. Resolved peer dependency compatibility
issues with dependencies.
- Adding default options to use with `composer install` to improve performance
and cacheability.
- Added support for processing `*.make.yml` as Drush make files.
- Fixed issue on Windows where copy:tempbuild was never called.
- Updated dependencies in example project and for the plugin itself.

### Upgrade Notes

- Grunt should be a dependency in the `package.json` file of projects that use
Grunt Drupal Tasks. It is recommended to update this to use Grunt `^1.0.0`. If
projects include any dependency that specifies Grunt as a peer dependency and is
limited to version `< 0.5`, then you may encounter an incompatible peer
dependency error when running `npm install`. The recommended solution is to
upgrade dependencies to versions that are compatible with Grunt v1.x.

## v0.10.1 [2016/03/17]

- Using Drush --root option by default to ensure the docroot is identified.
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"grunt": "^1.0.0",
"grunt-drupal-tasks": "~0.10.0",
"grunt-drupal-tasks": "~0.11.0",
"zombie": "^2.5.1"
}
}
28 changes: 14 additions & 14 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-drupal-tasks",
"description": "A Grunt plugin to automate Drupal build and testing tasks.",
"version": "0.10.1",
"version": "0.11.0",
"main": "bootstrap.js",
"dependencies": {
"grunt-available-tasks": "~0.6.2",
Expand Down

0 comments on commit 76ccfb5

Please sign in to comment.