We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82df196 commit 2311a36Copy full SHA for 2311a36
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Head
+## v4.4.0
2
3
- Fixed [Same issue in stylelint #218](https://github.com/stylelint/stylelint/issues/1881) use `stylelint` to load configuration file.
4
- Fixed: `--config` option to CLI. same as [stylelint CLI](https://github.com/stylelint/stylelint/blob/master/src/cli.js#L44)
package.json
@@ -1,6 +1,6 @@
{
"name": "stylefmt",
- "version": "4.3.1",
+ "version": "4.4.0",
"description": "stylefmt is a tool that automatically formats CSS according to stylelint rules",
5
"main": "index.js",
6
"scripts": {
0 commit comments