diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cbe30..c43e0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and  ## [Unreleased] +## [3.0.0] — 2024–06–07 + ### Changed - The legacy single-value syntax for the `display` property is now disallowed. @@ -30,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and  - Base config for `stylelint`. -[Unreleased]: https://github.com/firefoxic/stylelint-config/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/firefoxic/stylelint-config/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/firefoxic/stylelint-config/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/firefoxic/stylelint-config/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/firefoxic/stylelint-config/releases/tag/v1.0.0 diff --git a/package.json b/package.json index c60113e..3cbb6a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firefoxic/stylelint-config", "description": "Shared config for stylelint by firefoxic.", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "author": { "name": "Sergey Artemov",