- Update CHANGELOG.md
- Update normalize.css header
- Update package.json
This commit is contained in:
Jonathan Neal 2017-03-26 18:23:57 -04:00
parent 4411f95888
commit 91f668be64
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changes to normalize.css
### 6.0.0 (March 26, 2017)
* Remove all opinionated rules
* Correct document heading comment
* Update `abbr[title]` support
### 5.0.0 (October 3, 2016)
* Add normalized sections not already present from

View File

@ -1,4 +1,4 @@
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */

View File

@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "5.0.0",
"version": "6.0.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",