Closed pferruggiaro closed 1 year ago
Fixed construction of anchor elements for a person to have an href attribute with a value starting with mailto:.
mailto:
Previously a mailto attribute was created instead of href which is not a standard attribute of an anchor element.
mailto
href
Thanks!
:tada: This PR is included in version 1.0.3 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Fixed construction of anchor elements for a person to have an href attribute with a value starting with
mailto:
.Previously a
mailto
attribute was created instead ofhref
which is not a standard attribute of an anchor element.