Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 30, 2024
1 parent 73e7f53 commit f3d87b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.

## [Unreleased]

## [2.0.0] — 2024–07–30

### Changed

- The plugin now requires `stylelint` version `16.8.0` or higher.
Expand All @@ -25,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
- 64 stylistic rules [removed in `stylelint-config-standard` 30.0.0](https://github.com/stylelint/stylelint-config-standard/releases/tag/30.0.0);
- 1 stylistic rule [removed in `stylelint-config-recommended` 10.0.1](https://github.com/stylelint/stylelint-config-recommended/releases/tag/10.0.1).

[Unreleased]: https://github.com/stylelint-stylistic/stylelint-config/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/stylelint-stylistic/stylelint-config/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/stylelint-stylistic/stylelint-config/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/stylelint-stylistic/stylelint-config/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/stylelint-stylistic/stylelint-config/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/stylelint-config",
"description": "The stylistic shareable config for Stylelint.",
"version": "1.0.1",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Sergey Artemov",
Expand Down

0 comments on commit f3d87b2

Please sign in to comment.