Skip to content

Commit 39c21b3

Browse files
committed
4.1.1
1 parent a8e7033 commit 39c21b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
### 4.1.1 (April 12, 2016)
4+
5+
* Update normalize.css heading.
6+
37
### 4.1.0 (April 11, 2016)
48

59
* Normalize placeholders in Chrome, Edge, and Safari.

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
1+
/*! normalize.css v4.1.1 | 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": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A modern alternative to CSS resets",
55
"main": "normalize.css",
66
"style": "normalize.css",

0 commit comments

Comments
 (0)