Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Apr 1, 2024
1 parent cf4f56e commit 0948dc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
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).

## [2.1.2] - 2024-04-01
### Fixed
- Bring back custom order feature introduced in `2.1.0`.

## [2.1.1] - 2024-03-26
### Fixed
- Revert addition of new option because it breaks usage without.
Expand Down Expand Up @@ -40,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
## [1.0.0] - 2021-07-27
Initial release.

[2.1.2]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/Siilwyn/prettier-plugin-css-order/compare/v2.0.0...v2.0.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-css-order",
"version": "2.1.1",
"version": "2.1.2",
"description": "Sort CSS declarations in a certain order.",
"type": "module",
"main": "./src/main.mjs",
Expand Down

0 comments on commit 0948dc8

Please sign in to comment.