diff --git a/wp-content/themes/theme/CHANGELOG.md b/wp-content/themes/theme/CHANGELOG.md index 6f24e63..1fc2380 100644 --- a/wp-content/themes/theme/CHANGELOG.md +++ b/wp-content/themes/theme/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## Changed +- Use a generic email for the author listed in composer.json + ## [0.1.1] - 2020-05-26 ### Changed diff --git a/wp-content/themes/theme/composer.json b/wp-content/themes/theme/composer.json index 18018f6..4cfe2cc 100644 --- a/wp-content/themes/theme/composer.json +++ b/wp-content/themes/theme/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "Harry Metcalfe", - "email": "harry@dxw.com", + "email": "team@govpress.com", "homepage": "https://www.dxw.com/" } ],