Skip to content

Commit b9f2b06

Browse files
committed
2.1.1
1 parent a18a121 commit b9f2b06

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and follows [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5+
## [2.1.1] - 2024-03-26
6+
### Fixed
7+
- Revert addition of new option because it breaks usage without.
8+
59
## [2.1.0] - 2024-03-25
610
### Added
711
- New `cssDeclarationSorterCustomOrder` option to sort properties using an array in a custom order, thanks to @SavaCool122! ✨
@@ -36,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
3640
## [1.0.0] - 2021-07-27
3741
Initial release.
3842

43+
[2.1.1]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.1.0...v2.1.1
3944
[2.1.0]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.0.1...v2.1.0
4045
[2.0.1]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.0.0...v2.0.1
4146
[2.0.0]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v1.3.1...v2.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-css-order",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Sort CSS declarations in a certain order.",
55
"type": "module",
66
"main": "./src/main.mjs",

0 commit comments

Comments
 (0)