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 a36f630 commit d94f0c6Copy full SHA for d94f0c6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 7.1.2 / 2020-08-31
2
+
3
+- Make `--version` machine-readable ([#334](https://github.com/postcss/postcss-cli/issues/334), [#335](https://github.com/postcss/postcss-cli/pull/335))
4
+- Organize and clarify `--help` text ([#336](https://github.com/postcss/postcss-cli/pull/336))
5
+- Update dependencies
6
7
# 7.1.1 / 2020-04-27
8
9
- Fix bug where external source maps were not properly generated ([#324](https://github.com/postcss/postcss-cli/pull/324))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "7.1.1",
+ "version": "7.1.2",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments