Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jan 7, 2020
1 parent cf6ea09 commit 745ad2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 7.0.0 / 2020-01-07

- **BREAKING:** Drop support for Node 6 & 8
- 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))
- Update dependencies

# 6.1.3 / 2019-07-08

- 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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "postcss-cli",
"version": "6.1.3",
"version": "7.0.0",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
"node": ">=6"
"node": ">=10"
},
"bin": {
"postcss": "./bin/postcss"
Expand Down

0 comments on commit 745ad2c

Please sign in to comment.