Skip to content

Commit aa86edd

Browse files
author
Joe Turgeon
committed
Updating version in package.json and adding CHANGELOG.md documentation.
1 parent 0c8ab84 commit aa86edd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v0.9.3 [2016/02/25]
4+
5+
- Improved performance for code style quality checks by limiting file scans.
6+
- Updated default file patterns for code style quality checks.
7+
- Added Travis CI test coverage for more versions of Node.js.
8+
- Fixed Drupal 8 tests by adding a D8-specific composer.json file.
9+
310
## v0.9.2 [2016/01/27]
411

512
- Added `--no-validate` command line option to skip running the `grunt:validate`

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

0 commit comments

Comments
 (0)