Skip to content

Commit 3cce7c7

Browse files
author
GitHub Actions
committed
5.0.0
1 parent 66ed40f commit 3cce7c7

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), and 
77

88
## [Unreleased]
99

10+
## [5.0.0] — 2024–10–30
11+
1012
### Changed
1113

1214
- The minimum required `stylelint` version has been increased to `16.10.0`.
@@ -51,7 +53,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
5153

5254
- Base config for `stylelint`.
5355

54-
[Unreleased]: https://github.com/firefoxic/stylelint-config/compare/v4.0.0...HEAD
56+
[Unreleased]: https://github.com/firefoxic/stylelint-config/compare/v5.0.0...HEAD
57+
[5.0.0]: https://github.com/firefoxic/stylelint-config/compare/v4.0.0...v5.0.0
5558
[4.0.0]: https://github.com/firefoxic/stylelint-config/compare/v3.0.0...v4.0.0
5659
[3.0.0]: https://github.com/firefoxic/stylelint-config/compare/v2.0.0...v3.0.0
5760
[2.0.0]: https://github.com/firefoxic/stylelint-config/compare/v1.0.0...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@firefoxic/stylelint-config",
33
"description": "Shared config for stylelint by firefoxic.",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"author": {
77
"name": "Sergey Artemov",

0 commit comments

Comments
 (0)