diff --git a/CHANGELOG.md b/CHANGELOG.md index c79f13a2..d6ae6524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v1.0.0-rc1 [2016/10/14] + +- Adding scaffold step to ensure the profiles, modules, and libraries +directories are created within the build output. +- By default, exclude bower_components and node_modules paths from phpmd. +- Fixed task error if phpcsConfig and eslintConfig are not defined. +- Setting up generated documentation site, and documentation updates. +- Removing Travis test coverage for Node.js v5. + ## v1.0.0-alpha4 [2016/09/26] - Adding support to configure the packaging task's output location of the @@ -33,7 +42,7 @@ from `drush.cmd` to `drush.path` for consistency. ### Upgrade Notes - Node.js v4 or later is required. Grunt Drupal Tasks is now compatible with -Node.js v5. +Node.js v4 and v6. - PHP v5.5 or later is required. - Use of the built-in Compass theme compilation steps must be replaced by custom handling at the project- or theme-level. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 16b360a0..f035d33a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "grunt-drupal-tasks", - "version": "1.0.0-alpha4", + "version": "1.0.0-rc1", "dependencies": { "fs-extra": { "version": "0.30.0", diff --git a/package.json b/package.json index b9dfe0be..476aac76 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-alpha4", + "version": "1.0.0-rc1", "main": "bootstrap.js", "dependencies": { "fs-extra": "~0.30.0",