Skip to content

Commit 9197642

Browse files
chore(main): release 4.1.1 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a02033e commit 9197642

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [4.1.1](https://github.com/atolye15/stylelint-config/compare/v4.1.0...v4.1.1) (2023-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* fix selector-class-pattern does not match BEM notation ([765704d](https://github.com/atolye15/stylelint-config/commit/765704dc35ec5028dcd8e1380ee7d9ee396f936f))
9+
* fix stylelint complains about :global selector ([c722ec3](https://github.com/atolye15/stylelint-config/commit/c722ec3d78e995fcdd83513fd031f8a0e13a8f6a))
10+
11+
12+
### Refactors
13+
14+
* disable scss/comment-no-empty rule ([d2bf0d9](https://github.com/atolye15/stylelint-config/commit/d2bf0d942eb5251411723e72fbcebed56b6d21f3))
15+
316
## [4.1.0](https://github.com/atolye15/stylelint-config/compare/v4.0.1...v4.1.0) (2023-10-30)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atolye15/stylelint-config",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Atölye15 shareable config for stylelint.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)