Skip to content

Commit cd5dc61

Browse files
committed
Release 4.5.0
1 parent 0a44403 commit cd5dc61

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [4.5.0] - 2025-06-22
810
### Added
911
* Override `at-rule-empty-line-before` from `stylelint-config-standard` to
1012
ignore `@value` at rules.
13+
See https://github.com/pascalduez/stylelint-config-css-modules/pull/23
1114

1215
### Fixed
1316
* Remove `function-no-unknown` overrides since that rule is not part
1417
of `stylelint-config-standard` nor `stylelint-config-standard-scss`
1518
anymore.
19+
See https://github.com/pascalduez/stylelint-config-css-modules/pull/22
1620

1721
## [4.4.1] - 2025-06-20
1822
### Fixed
@@ -115,7 +119,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
115119
## [0.1.0] - 2016-09-12
116120
* Initial release.
117121

118-
[Unreleased]: https://github.com/pascalduez/stylelint-config-css-modules/compare/4.4.1...HEAD
122+
[Unreleased]: https://github.com/pascalduez/stylelint-config-css-modules/compare/4.5.0...HEAD
123+
[4.5.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.5.0
119124
[4.4.1]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.4.1
120125
[4.4.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.4.0
121126
[4.3.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-css-modules",
3-
"version": "4.4.1",
3+
"version": "4.5.0",
44
"description": "CSS modules shareable config for stylelint",
55
"keywords": [
66
"stylelint",

0 commit comments

Comments
 (0)