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 b19fbdc commit 1e7bf40Copy full SHA for 1e7bf40
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 8.3.0 / 2020-11-17
2
+
3
+- Exit on EOF/`^D` ([#358](https://github.com/postcss/postcss-cli/pull/358))
4
5
# 8.2.0 / 2020-10-29
6
7
- Allow backslashes in paths for better Windows experence ([#355](https://github.com/postcss/postcss-cli/pull/355))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "8.2.0",
+ "version": "8.3.0",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments