Skip to content

Commit

Permalink
Updating the package.json version for 1.0.0-alpha1 release. Adding ch…
Browse files Browse the repository at this point in the history
…angelog docs.
  • Loading branch information
arithmetric committed Jun 22, 2016
1 parent 1a134a2 commit b18f09a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
## v1.0.0-pre

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

### Upgrade Notes
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-pre",
"version": "1.0.0-alpha1",
"main": "bootstrap.js",
"dependencies": {
"fs-extra": "~0.30.0",
Expand Down

0 comments on commit b18f09a

Please sign in to comment.