From 4ca06f1817e8b4b9ea0f2505ed986d46334b2769 Mon Sep 17 00:00:00 2001 From: Sarah Mount Date: Tue, 6 Aug 2024 08:09:20 +0100 Subject: [PATCH] Use a generic inbox for author contact email --- wp-content/themes/theme/CHANGELOG.md | 3 +++ wp-content/themes/theme/composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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..497605c 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": "contact@dxw.com", "homepage": "https://www.dxw.com/" } ],