Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Neal committed Oct 3, 2016
1 parent 3404854 commit f06565f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes to normalize.css

### HEAD
### 5.0.0 (October 3, 2016)

* Add normalized sections not already present from
https://html.spec.whatwg.org/multipage/.
Expand All @@ -9,6 +9,8 @@
* Remove `::placeholder` styles due to a bug in Edge.
* More explicitly define font resets on form controls.
* Remove the `optgroup` normalization needed by the previous font reset.
* Update text-size-adjust documentation
 for IE on Windows Phone
* Update OS X reference to macOS
* Update the semver strategy.

### 4.2.0 (June 30, 2016)
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Change the default font family in all browsers (opinionated).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "4.2.0",
"version": "5.0.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",
Expand All @@ -9,8 +9,8 @@
"normalize.css"
],
"devDependencies": {
"stylelint": "^6.7.1",
"stylelint-config-standard": "^9.0.0"
"stylelint": "^7.3.1",
"stylelint-config-standard": "^13.0.2"
},
"scripts": {
"test": "stylelint normalize.css"
Expand Down

0 comments on commit f06565f

Please sign in to comment.