Skip to content

Commit b47fa78

Browse files
author
GitHub Actions
committed
3.0.1
1 parent 8ef59ae commit b47fa78

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
77

88
## [Unreleased]
99

10+
## [3.0.1] — 2025–07–23
11+
1012
### Fixed
1113

1214
- The ability to install newer minor and patch versions of dependencies, which was accidentally removed, has been restored.
@@ -37,7 +39,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3739
- 64 stylistic rules [removed in `stylelint-config-standard` 30.0.0](https://github.com/stylelint/stylelint-config-standard/releases/tag/30.0.0);
3840
- 1 stylistic rule [removed in `stylelint-config-recommended` 10.0.1](https://github.com/stylelint/stylelint-config-recommended/releases/tag/10.0.1).
3941

40-
[Unreleased]: https://github.com/stylelint-stylistic/stylelint-config/compare/v3.0.0...HEAD
42+
[Unreleased]: https://github.com/stylelint-stylistic/stylelint-config/compare/v3.0.1...HEAD
43+
[3.0.1]: https://github.com/stylelint-stylistic/stylelint-config/compare/v3.0.0...v3.0.1
4144
[3.0.0]: https://github.com/stylelint-stylistic/stylelint-config/compare/v2.0.0...v3.0.0
4245
[2.0.0]: https://github.com/stylelint-stylistic/stylelint-config/compare/v1.0.1...v2.0.0
4346
[1.0.1]: https://github.com/stylelint-stylistic/stylelint-config/compare/v1.0.0...v1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylistic/stylelint-config",
33
"description": "The stylistic shareable config for Stylelint.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Sergey Artemov",

0 commit comments

Comments
 (0)