diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2017-03-26 18:23:57 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2017-03-26 18:23:57 -0400 |
commit | 91f668be643185dd7b08f122ccee0df711d237c0 (patch) | |
tree | d9fb5e0af233cf09beb044db0b8ff841a8d6d886 | |
parent | 4411f95888e1eacf6dbba66e8d63bb648eafd6fa (diff) | |
download | normalize.css-91f668be643185dd7b08f122ccee0df711d237c0.tar.gz normalize.css-91f668be643185dd7b08f122ccee0df711d237c0.zip |
6.0.0
- Update CHANGELOG.md
- Update normalize.css header
- Update package.json
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | normalize.css | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3b29b..d5a03f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/normalize.css b/normalize.css index 3443b16..b26c100 100644 --- a/normalize.css +++ b/normalize.css @@ -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 ========================================================================== */ diff --git a/package.json b/package.json index 068d0e2..c55cebc 100644 --- a/package.json +++ b/package.json @@ -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", |