Skip to content

Commit 745ad2c

Browse files
committed
7.0.0
1 parent cf6ea09 commit 745ad2c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 7.0.0 / 2020-01-07
2+
3+
- **BREAKING:** Drop support for Node 6 & 8
4+
- Update `globby`, which may be a breaking change for a small number of users using certain glob patterns, see https://github.com/mrmlnc/fast-glob#pattern-syntax for details ([#303](https://github.com/postcss/postcss-cli/pull/303))
5+
- Update dependencies
6+
17
# 6.1.3 / 2019-07-08
28

39
- Fix external sorcemap filenames when the directory name contains `.css` ([#283](https://github.com/postcss/postcss-cli/issues/283), [#286](https://github.com/postcss/postcss-cli/pull/286))

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "postcss-cli",
3-
"version": "6.1.3",
3+
"version": "7.0.0",
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=6"
7+
"node": ">=10"
88
},
99
"bin": {
1010
"postcss": "./bin/postcss"

0 commit comments

Comments
 (0)