Skip to content

Commit 76ccfb5

Browse files
committed
Updating version in main and example package.json, and adding CHANGELOG.md documentation.
1 parent be67684 commit 76ccfb5

File tree

4 files changed

+35
-16
lines changed

4 files changed

+35
-16
lines changed

CHANGELOG.md

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

3+
## v0.11.0 [2016/04/12]
4+
5+
- Updated example to use Grunt v1.x. Resolved peer dependency compatibility
6+
issues with dependencies.
7+
- Adding default options to use with `composer install` to improve performance
8+
and cacheability.
9+
- Added support for processing `*.make.yml` as Drush make files.
10+
- Fixed issue on Windows where copy:tempbuild was never called.
11+
- Updated dependencies in example project and for the plugin itself.
12+
13+
### Upgrade Notes
14+
15+
- Grunt should be a dependency in the `package.json` file of projects that use
16+
Grunt Drupal Tasks. It is recommended to update this to use Grunt `^1.0.0`. If
17+
projects include any dependency that specifies Grunt as a peer dependency and is
18+
limited to version `< 0.5`, then you may encounter an incompatible peer
19+
dependency error when running `npm install`. The recommended solution is to
20+
upgrade dependencies to versions that are compatible with Grunt v1.x.
21+
322
## v0.10.1 [2016/03/17]
423

524
- Using Drush --root option by default to ensure the docroot is identified.

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": "^1.0.0",
8-
"grunt-drupal-tasks": "~0.10.0",
8+
"grunt-drupal-tasks": "~0.11.0",
99
"zombie": "^2.5.1"
1010
}
1111
}

npm-shrinkwrap.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.1",
4+
"version": "0.11.0",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "~0.6.2",

0 commit comments

Comments
 (0)