Skip to content

Commit 97ec4de

Browse files
chore: release v2.4.2 [skip ci]
1 parent 2a3c617 commit 97ec4de

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.4.2](https://github.com/yuschick/stylelint-plugin-defensive-css/compare/v2.4.0...v2.4.2) (2026-02-10)
6+
7+
### Bug Fixes
8+
9+
* links in background-repeat and flex-wrapping meta ([2a3c617](https://github.com/yuschick/stylelint-plugin-defensive-css/commit/2a3c6177ac5feb713cb118573567ea318c6cfae4))
10+
511
## [2.4.0](https://github.com/yuschick/stylelint-plugin-defensive-css/compare/v2.3.0...v2.4.0) (2026-02-08)
612

713
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-plugin-defensive-css",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "A Stylelint plugin to enforce defensive CSS best practices.",
55
"type": "module",
66
"author": "Daniel Yuschick <daniel.yuschick@gmail.com>",

0 commit comments

Comments
 (0)