Skip to content

Commit d94f0c6

Browse files
committed
7.1.2
1 parent a36f630 commit d94f0c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 7.1.1 / 2020-04-27
28

39
- Fix bug where external source maps were not properly generated ([#324](https://github.com/postcss/postcss-cli/pull/324))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cli",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)