Skip to content

Commit

Permalink
Updating version in package.json and adding CHANGELOG.md documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Apr 17, 2016
1 parent f3db1e2 commit 3c34e44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.11.1 [2016/04/17]

- Fixed `grunt package` regression that custom code from the packaged outputs.

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

- Updated example to use Grunt v1.x. Resolved peer dependency compatibility
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "0.11.1",
"main": "bootstrap.js",
"dependencies": {
"grunt-available-tasks": "~0.6.2",
Expand Down

0 comments on commit 3c34e44

Please sign in to comment.