Skip to content

Commit 230e7dd

Browse files
author
Joe Turgeon
committed
Updating version in package.json and adding CHANGELOG.md documentation.
1 parent b62e643 commit 230e7dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v0.9.0-pre [2015/11/xx]
3+
## v0.9.0 [2015/11/18]
44

55
- Added the ability to [define scripts for common project operations](https://github.com/phase2/grunt-drupal-tasks/blob/master/CONFIG.md#project-operations).
66
- Added `grunt install` task to [easily install the site cleanly or with an
@@ -11,8 +11,7 @@ validation task is run against staged code before a commit is made.
1111
- If index.php is missing from the build destination, then the Drush make task
1212
is always run (and the "newer" feature is disabled). This facilitates certain VM
1313
configurations.
14-
- PHPCS is not run if there are no source files to prevent an issue with it
15-
hanging and failing.
14+
- PHPCS and eslint tasks are skipped if there are no source files.
1615

1716
### Upgrade Notes
1817

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": "0.9.0-pre",
4+
"version": "0.9.0",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt-available-tasks": "0.6.1",

0 commit comments

Comments
 (0)