Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 10, 2021
1 parent b06fa80 commit c9f6905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.1.0 / 2021-12-10

- 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))

# 9.0.2 / 2021-11-04

- Switch to picocolors ([#409](https://github.com/postcss/postcss-cli/pull/409))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
"version": "9.0.2",
"version": "9.1.0",
"description": "CLI for PostCSS",
"type": "module",
"engines": {
Expand Down

0 comments on commit c9f6905

Please sign in to comment.