Skip to content

Commit ed155c0

Browse files
Update CHANGELOG.md
1 parent 16c35f1 commit ed155c0

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.16
4+
Clarifies the [no-blocking-script](rules/no-blocking-script/README.md) rule for the `<script>` tag. You can now add modules to `<head>`.
5+
6+
```html
7+
<html lang="ru">
8+
<head>
9+
<script src="app.js" type="module"></script>
10+
</head>
11+
<body>…</body>
12+
</html>
13+
```
14+
315
## 1.0.15
416
Added a new rule [htmlacademy/req-mailto](rules/req-mailto/README.md), which requires `mailto:` for email-text links.
517
```json

0 commit comments

Comments
 (0)