Skip to content

Commit

Permalink
Update for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Ross committed Apr 25, 2018
1 parent d9dbb72 commit 4a9a009
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# CHANGELOG

## v1.1.0 [2018/04/25]

Long overdue Spring Cleaning.

Thanks to @markdboyd, @jhedstrom, @csegarra, @scottalan, and @spacepants for
contributing.

### Changes

* Drush 9 Compatibility: Only pass dbUrl to Drush if set. (#342)
* For Drupal 8 packaging, loading composer.json from repo root. (#331)
* Fixed githook configuration. (#321, #344)
* Fix Behat failures: Add conflict with behat >= v3.4 (#343)
* Fix eslint error in test regex. (#317)
* Correct path of the config.serve.concurrent configuration (#334)
* Use absolute path to HTML build directory. (#325)
* expose eslint/phpcs report format option (#310)

### Project Plumbing

* Added Greenkeeper for automated dependency update management.
* Added Docker-based local development & testing environment.
* Add mailmap for contributor aliasing.
* Ignore build byproducts in examples directory.
* Ignore the .idea directory for phpstorm (#329)
* Minor tweaks to Travis testing around node/Drupal version compatibility.
* Re-sequenced README badges

## v1.0.0 [2016/10/19]

- No changes since the v1.0.0-rc1 pre-release.
Expand Down
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",
"version": "1.1.0",
"main": "bootstrap.js",
"dependencies": {
"fs-extra": "~3.0.1",
Expand Down

0 comments on commit 4a9a009

Please sign in to comment.