Skip to content

Commit c9f6905

Browse files
committed
9.1.0
1 parent b06fa80 commit c9f6905

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 9.1.0 / 2021-12-10
2+
3+
- Don't write to files if they're unchanged ([#320](https://github.com/postcss/postcss-cli/issues/320), [#417](https://github.com/postcss/postcss-cli/pull/417))
4+
15
# 9.0.2 / 2021-11-04
26

37
- Switch to picocolors ([#409](https://github.com/postcss/postcss-cli/pull/409))

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": "9.0.2",
3+
"version": "9.1.0",
44
"description": "CLI for PostCSS",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)