Skip to content

Commit 84f39fb

Browse files
author
Jonathan Neal
committed
4.0.0
1 parent 7f2eaef commit 84f39fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to normalize.css
22

3-
### HEAD
3+
### 4.0.0 (March 19, 2016)
44

55
* Add the correct font weight for `b` and `strong` in Chrome, Edge, and Safari.
66
* Correct inconsistent `overflow` for `hr` in Edge and IE.

normalize.css

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

33
/**
44
* 1. Change the default font family in all browsers (opinionated).

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": "3.0.3",
3+
"version": "4.0.0",
44
"description": "A modern alternative to CSS resets",
55
"style": "normalize.css",
66
"files": [

0 commit comments

Comments
 (0)