Skip to content

Commit f50e229

Browse files
committed
10.0.1
1 parent 5a1ae86 commit f50e229

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes to PostCSS Normalize
22

3+
### 10.0.1 (September 15, 2021)
4+
5+
- Added: `sanitize.css` to support 13+ (major).
6+
7+
This version removes support for `pages.css` yet is released as a patch version
8+
to resolve issues in **Create React App**. This is a betrayal of semantic
9+
versioning.
10+
311
### 10.0.0 (April 28, 2021)
412

513
- Updated: PostCSS support to ^8 (major).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-normalize",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)