Skip to content

Commit b18f09a

Browse files
committed
Updating the package.json version for 1.0.0-alpha1 release. Adding changelog docs.
1 parent 1a134a2 commit b18f09a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
## v1.0.0-pre
44

55
- Dropped support for Node.js v0.12 and earlier and PHP v5.4 and earlier.
6+
- Added support for a Composer build process for Drupal 8.
67
- Removed built-in support for Compass theme compilation and Ruby bundle
78
installation.
89
- Added configuration for the Behat binary path. Add default configuration for
910
the paths of the phpcs, phpmd, and Drush binaries. Changed configuration key
1011
from `drush.cmd` to `drush.path` for consistency.
12+
- Minor code refactoring and adopting code style standard.
1113
- Updated dependencies.
1214

1315
### Upgrade Notes

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

0 commit comments

Comments
 (0)