Skip to content

Commit 0948dc8

Browse files
committed
2.1.2
1 parent cf4f56e commit 0948dc8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

changelog.md

+5
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.2] - 2024-04-01
6+
### Fixed
7+
- Bring back custom order feature introduced in `2.1.0`.
8+
59
## [2.1.1] - 2024-03-26
610
### Fixed
711
- Revert addition of new option because it breaks usage without.
@@ -40,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
4044
## [1.0.0] - 2021-07-27
4145
Initial release.
4246

47+
[2.1.2]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.1.1...v2.1.2
4348
[2.1.1]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.1.0...v2.1.1
4449
[2.1.0]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.0.1...v2.1.0
4550
[2.0.1]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.0.0...v2.0.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)