diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-28 21:04:38 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-28 21:04:38 -0400 |
commit | 5c879de04b4fa9d275ae3e0f1d32871463a36c8b (patch) | |
tree | a175a985814e2a2ee10c348d460411902c1556f8 | |
parent | 1880b36408d010c05efd561f7c096907cc0b4d0d (diff) | |
download | normalize.css-5c879de04b4fa9d275ae3e0f1d32871463a36c8b.tar.gz normalize.css-5c879de04b4fa9d275ae3e0f1d32871463a36c8b.zip |
7.0.0
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | normalize.css | 2 | ||||
-rw-r--r-- | package.json | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 554dcad..7ac47ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changes to normalize.css +### 7.0.0 (May 26, 2017) + +* Separate out selector targeted fixes for readability +* Update browser landscape of abbr[title] fixes +* Update browser landscape of details fixes +* Correct browser landscape of displays +* Remove sub and sup opinionated changes + ### 6.0.0 (March 26, 2017) * Remove all opinionated rules diff --git a/normalize.css b/normalize.css index 4f08fe4..33efd60 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v6.0.0 | MIT License | github.com/jonathantneal/normalize.css */ +/*! normalize.css v7.0.0 | MIT License | github.com/jonathantneal/normalize.css */ /* Document ========================================================================== */ diff --git a/package.json b/package.json index c55cebc..508fd86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize.css", - "version": "6.0.0", + "version": "7.0.0", "description": "A modern alternative to CSS resets", "main": "normalize.css", "style": "normalize.css", @@ -15,14 +15,14 @@ "scripts": { "test": "stylelint normalize.css" }, - "repository": "necolas/normalize.css", + "repository": "jonathantneal/normalize.css", "contributors": [ "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)", "Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)" ], "license": "MIT", - "bugs": "https://github.com/necolas/normalize.css/issues", - "homepage": "https://necolas.github.io/normalize.css", + "bugs": "https://github.com/jonathantneal/normalize.css/issues", + "homepage": "https://jonathantneal.github.io/normalize.css", "stylelint": { "extends": "stylelint-config-standard", "rules": { |