Skip to content

Commit 91f668b

Browse files
committed
6.0.0
- Update CHANGELOG.md - Update normalize.css header - Update package.json
1 parent 4411f95 commit 91f668b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to normalize.css
22

3+
### 6.0.0 (March 26, 2017)
4+
5+
* Remove all opinionated rules
6+
* Correct document heading comment
7+
* Update `abbr[title]` support
8+
39
### 5.0.0 (October 3, 2016)
410

511
* Add normalized sections not already present from

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
1+
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
22

33
/* Document
44
========================================================================== */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize.css",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "A modern alternative to CSS resets",
55
"main": "normalize.css",
66
"style": "normalize.css",

0 commit comments

Comments
 (0)