We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c634575 commit e279de8Copy full SHA for e279de8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 8.2.0 / 2020-10-29
2
+
3
+- Allow backslashes in paths for better Windows experence ([#355](https://github.com/postcss/postcss-cli/pull/355))
4
5
# 8.1.0 / 2020-10-08
6
7
- Add support for `postcss.config.cjs` files ([#351](https://github.com/postcss/postcss-cli/pull/351))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "8.1.0",
+ "version": "8.2.0",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments