Skip to content

Commit ad182c4

Browse files
committed
Updating package.json and changelog for 1.0.0-alpha3 release.
1 parent fe268b4 commit ad182c4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v1.0.0-alpha3 [2016/08/21]
4+
5+
- Fixed missing composer:drupal-scaffold command error.
6+
- Fixed eslint installation issue.
7+
38
## v1.0.0-alpha2 [2016/07/15]
49

510
- Fixed regression issue for projects using Composer but not drupal-scaffold.

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": "1.0.0-alpha2",
4+
"version": "1.0.0-alpha3",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"fs-extra": "~0.30.0",

0 commit comments

Comments
 (0)