diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a04376..38741ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Use NPM scripts rather than Grunt +- Use a generic email for the author listed in composer.json ## [v0.5.0] - 2022-02-15 diff --git a/composer.json b/composer.json index 781357f..aaef119 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "Harry Metcalfe", - "email": "harry@dxw.com", + "email": "team@govpress.com", "homepage": "https://www.dxw.com/" } ],