Skip to content

Commit 76afa54

Browse files
Update CHANGELOG.md
1 parent bd6b7d8 commit 76afa54

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.0.15
4+
Added a new rule [htmlacademy/req-mailto](rules/req-mailto/README.md), which requires `mailto:` for email-text links.
5+
```json
6+
{
7+
"htmlacademy/req-mailto": true
8+
}
9+
```
10+
11+
```html
12+
<a href="mailto:example@example.com">example@example.com</a>
13+
```
14+
315
## 1.0.14
416
Added a new rule [htmlacademy/req-stylesheet-link](rules/req-stylesheet-link/README.md) that checks for a link tag with the `rel="stylesheet"` attribute inside the head tag.
517
```json

0 commit comments

Comments
 (0)