Skip to content

Commit 8a1a17f

Browse files
Update CHANGELOG.md
1 parent 5a8cfe7 commit 8a1a17f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.1.0/), и этот проект придерживается [Semantic Versioning](https://semver.org/lang/ru/).
77

8+
## [4.0.1] — 2023–12–28
9+
- Отсортировали правило по документу https://stylelint.io/user-guide/rules/
10+
- Добавили требование прописывать CSS-свойства в lowercase `"selector-class-pattern": "^[a-z0-9-_]+$",`
11+
812
## [4.0.0] — 2023–12–25
913
- Обновили `stylelint-codeguide` до `"@stylistic/stylelint-plugin": "2.0.0"`
1014
- Обновили stylelint до версии 16.1.0
@@ -731,7 +735,8 @@
731735

732736
- Правила для `stylelint` версии `7.9.0`.
733737

734-
[4.0.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.0.0...HEAD
738+
[4.0.1]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.0.1...HEAD
739+
[4.0.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v4.0.0...v4.0.1
735740
[3.0.2]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v3.0.2...4.0.0
736741
[3.0.1]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v3.0.1...v3.0.2
737742
[3.0.0]: https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/v3.0.0...v3.0.1

0 commit comments

Comments
 (0)