From 5f2f8f415d6450779bd0b47dc3fce32351ce6e9b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 21 Aug 2021 21:40:50 +0200 Subject: [PATCH] Fix e-mail link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb69332..1ed2162 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,14 @@ Please [file a bug](https://git.cryto.net/joepie91/fix-esm/issues)! This is an e When filing a bug, please make sure to include enough information to reproduce the issue - ideally, at least your Node version, operating system, and the contents of the file that is doing the `require`. -If it's more practical for you, you can also e-mail me with bug reports at [mailto:admin@cryto.net](admin@cryto.net). +If it's more practical for you, you can also e-mail me with bug reports at [admin@cryto.net](mailto:admin@cryto.net). ## Changelog +### 1.0.1 (August 21, 2021) + +- Fixed e-mail link in README. + ### 1.0.0 (August 21, 2021) Initial release.