diff --git a/CHANGELOG.md b/CHANGELOG.md index d6dba73..963168f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes to PostCSS Normalize +### 10.0.0 (April 28, 2021) + +- Updated PostCSS support to ^8 (major). +- Updated Node support to 12+ (major). + ### 9.0.0 (April 12, 2020) - Updated: `normalize.css` to support any version (major) diff --git a/package.json b/package.json index eb351df..87d3786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-normalize", - "version": "9.0.0", + "version": "10.0.0", "description": "Use the parts of normalize.css or sanitize.css you need from your browserslist", "author": "Jonathan Neal ", "license": "CC0-1.0",