Skip to content

Commit

Permalink
Updating package.json and changelog for 1.0.0-rc1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Oct 14, 2016
1 parent 93e0f52 commit 42cde99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
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-alpha4",
"version": "1.0.0-rc1",
"main": "bootstrap.js",
"dependencies": {
"fs-extra": "~0.30.0",
Expand Down

0 comments on commit 42cde99

Please sign in to comment.