Skip to content

Commit 4a9a009

Browse files
author
Adam Ross
committed
Update for v1.1.0 release
1 parent d9dbb72 commit 4a9a009

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# CHANGELOG
22

3+
## v1.1.0 [2018/04/25]
4+
5+
Long overdue Spring Cleaning.
6+
7+
Thanks to @markdboyd, @jhedstrom, @csegarra, @scottalan, and @spacepants for
8+
contributing.
9+
10+
### Changes
11+
12+
* Drush 9 Compatibility: Only pass dbUrl to Drush if set. (#342)
13+
* For Drupal 8 packaging, loading composer.json from repo root. (#331)
14+
* Fixed githook configuration. (#321, #344)
15+
* Fix Behat failures: Add conflict with behat >= v3.4 (#343)
16+
* Fix eslint error in test regex. (#317)
17+
* Correct path of the config.serve.concurrent configuration (#334)
18+
* Use absolute path to HTML build directory. (#325)
19+
* expose eslint/phpcs report format option (#310)
20+
21+
### Project Plumbing
22+
23+
* Added Greenkeeper for automated dependency update management.
24+
* Added Docker-based local development & testing environment.
25+
* Add mailmap for contributor aliasing.
26+
* Ignore build byproducts in examples directory.
27+
* Ignore the .idea directory for phpstorm (#329)
28+
* Minor tweaks to Travis testing around node/Drupal version compatibility.
29+
* Re-sequenced README badges
30+
331
## v1.0.0 [2016/10/19]
432

533
- No changes since the v1.0.0-rc1 pre-release.

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

0 commit comments

Comments
 (0)