Skip to content

Commit b90bd7f

Browse files
committed
9.0.0
1 parent 201205c commit b90bd7f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 9.0.0 / 2021-09-24
2+
3+
- **BREAKING:** Require Node.js v12+
4+
- **BREAKING:** Must specify full file path, including `.js` extension, when loading local plugins with `--use` ([#401](https://github.com/postcss/postcss-cli/pull/401))
5+
- **BREAKING:** Officially remove support for watching postcss config (was already broken in previous releases)
6+
- Add support for `dir-dependency` messages ([#383](https://github.com/postcss/postcss-cli/pull/383), [#391](https://github.com/postcss/postcss-cli/pull/391))
7+
- Update deps
8+
19
# 8.3.1 / 2020-12-12
210

311
- Ensure paths are not interpreted as numbers ([#360](https://github.com/postcss/postcss-cli/issues/360))

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

0 commit comments

Comments
 (0)