diff --git a/CHANGELOG.md b/CHANGELOG.md index d63af2b..f2f8d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 10.0.0 / 2022-06-29 + +- **BREAKING:** Drop Node 12 support ([#438](https://github.com/postcss/postcss-cli/pull/438)) +- Add support for ESM config files ([#437](https://github.com/postcss/postcss-cli/pull/437)) + # 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)) diff --git a/package.json b/package.json index 920100e..5874d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cli", - "version": "9.1.0", + "version": "10.0.0", "description": "CLI for PostCSS", "type": "module", "engines": {