Skip to content

Commit 1940b5d

Browse files
author
Joe Turgeon
committedJan 27, 2016
Updating version in package.json and adding CHANGELOG.md documentation.
1 parent dc3619e commit 1940b5d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v0.9.2 [2016/01/27]
4+
5+
- Added `--no-validate` command line option to skip running the `grunt:validate`
6+
tasks, including PHPCS and eslint.
7+
- Fixed bug that prevented phpcs and eslint from running
8+
- Fixed bug that caused scope error for this.name.
9+
- Updated dependencies. Added npm shrinkwrap file to ensure consistency between
10+
installations.
11+
312
## v0.9.1 [2015/12/10]
413

514
- Add config option to specify command runner in git hook scripts.

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.