Skip to content

Commit 42cde99

Browse files
committed
Updating package.json and changelog for 1.0.0-rc1 release.
1 parent 93e0f52 commit 42cde99

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## v1.0.0-rc1 [2016/10/14]
4+
5+
- Adding scaffold step to ensure the profiles, modules, and libraries
6+
directories are created within the build output.
7+
- By default, exclude bower_components and node_modules paths from phpmd.
8+
- Fixed task error if phpcsConfig and eslintConfig are not defined.
9+
- Setting up generated documentation site, and documentation updates.
10+
- Removing Travis test coverage for Node.js v5.
11+
312
## v1.0.0-alpha4 [2016/09/26]
413

514
- Adding support to configure the packaging task's output location of the
@@ -33,7 +42,7 @@ from `drush.cmd` to `drush.path` for consistency.
3342
### Upgrade Notes
3443

3544
- Node.js v4 or later is required. Grunt Drupal Tasks is now compatible with
36-
Node.js v5.
45+
Node.js v4 and v6.
3746
- PHP v5.5 or later is required.
3847
- Use of the built-in Compass theme compilation steps must be replaced by custom
3948
handling at the project- or theme-level.

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

0 commit comments

Comments
 (0)