From ad182c46c895bcc336bcbff310f81654413a2b2a Mon Sep 17 00:00:00 2001 From: Joe Turgeon Date: Sun, 21 Aug 2016 10:49:27 -0500 Subject: [PATCH] Updating package.json and changelog for 1.0.0-alpha3 release. --- CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0e5cbb..8e45ecb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 113477ac..8a0959a1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "grunt-drupal-tasks", - "version": "1.0.0-alpha2", + "version": "1.0.0-alpha3", "dependencies": { "fs-extra": { "version": "0.30.0", diff --git a/package.json b/package.json index edcf39e3..88168955 100644 --- a/package.json +++ b/package.json @@ -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",