Skip to content

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Nov 5, 2018
1 parent df07c00 commit fc091cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changes to normalize.css

### 8.0.1 (November 4, 2018)

* Fix regression in IE rendering of `main` element.

### 8.0.0 (February 2, 2018)

* Remove support for older browsers Android 4, lte IE 9, lte Safari 7.
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
@@ -1,4 +1,4 @@
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */
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": "normalize.css",
"version": "8.0.0",
"version": "8.0.1",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",
Expand Down

0 comments on commit fc091cc

Please sign in to comment.