Skip to content

Commit

Permalink
Updating package.json and changelog for 1.0.0-alpha3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Aug 21, 2016
1 parent fe268b4 commit ad182c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v1.0.0-alpha3 [2016/08/21]

- Fixed missing composer:drupal-scaffold command error.
- Fixed eslint installation issue.

## v1.0.0-alpha2 [2016/07/15]

- Fixed regression issue for projects using Composer but not drupal-scaffold.
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": "1.0.0-alpha2",
"version": "1.0.0-alpha3",
"main": "bootstrap.js",
"dependencies": {
"fs-extra": "~0.30.0",
Expand Down

0 comments on commit ad182c4

Please sign in to comment.