From 43af50617c0d8d60a82c24d57656b58741a5a982 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 17 Nov 2012 10:33:15 -0800 Subject: [PATCH] v1.0.2 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- component.json | 2 +- normalize.css | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0063eee..d4e0172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +== 1.0.2 (17 November, 2012) + +* Correct `h6` font size normalization. + == 1.0.1 (August 19, 2012) * Adjust `small` font size normalization. diff --git a/README.md b/README.md index 589a3c3..fec2a53 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# normalize.css v1.0.1 +# normalize.css v1.0.2 Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing. -[Check out the demo](http://necolas.github.com/normalize.css/1.0.1/test.html) +[Check out the demo](http://necolas.github.com/normalize.css/1.0.2/test.html) ## What does it do? diff --git a/component.json b/component.json index 42f2d87..b7f9ca5 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "1.0.1", + "version": "1.0.2", "author": "Nicolas Gallagher", "homepage": "http://necolas.github.com/normalize.css/", "styles": ["normalize.css"], diff --git a/normalize.css b/normalize.css index 3e7c043..bc73222 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v1.0.1 | MIT License | git.io/normalize */ +/*! normalize.css v1.0.2 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions