Skip to content

Commit 3c34e44

Browse files
committed
Updating version in package.json and adding CHANGELOG.md documentation.
1 parent f3db1e2 commit 3c34e44

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v0.11.1 [2016/04/17]
4+
5+
- Fixed `grunt package` regression that custom code from the packaged outputs.
6+
37
## v0.11.0 [2016/04/12]
48

59
- Updated example to use Grunt v1.x. Resolved peer dependency compatibility

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
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.11.0",
4+
"version": "0.11.1",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "~0.6.2",

0 commit comments

Comments
 (0)