Skip to content

Commit

Permalink
Prepare 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Clark committed Aug 18, 2018
1 parent c8832d3 commit f29e44b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 6.0.0

- Upgrade to PostCSS 7.
- Drop support for Node 4.

## 5.0.0

- Move PostCSS from `peerDependencies` to `dependencies`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-reporter",
"version": "5.0.0",
"version": "6.0.0",
"description": "Log PostCSS messages in the console",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f29e44b

Please sign in to comment.