Skip to content

Commit ac801f1

Browse files
committed
11.0.0
1 parent e235bfd commit ac801f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 11.0.0 / 2023-12-05
2+
3+
- **BREAKING:** Require Node.js v18+ ([#464](https://github.com/postcss/postcss-cli/pull/464))
4+
- Upgrade to [`postcss-load-config@5`](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md#50-2023-11-20) for improved ESM & TS config support ([#461](https://github.com/postcss/postcss-cli/issues/461), [#462](https://github.com/postcss/postcss-cli/pull/462))
5+
16
# 10.1.0 / 2022-11-29
27

38
- Allow running `--watch` mode in non-TTY contexts, like Docker ([#448](https://github.com/postcss/postcss-cli/pull/448))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cli",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "CLI for PostCSS",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)