diff --git a/CHANGELOG.md b/CHANGELOG.md index f5851f2b9..ef2d1b1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ == HEAD +== 1.1.0 (January 21, 2013) + * Normalize `text-transform` for `button` and `select`. * Normalize `hr` element (excluding IE 6/7). * Add `main` element to HTML5 display definitions. * Fix cursor style for disabled button `input`. -== 1.0.2 (17 November, 2012) +== 1.0.2 (November 17, 2012) * Correct `h6` font size normalization. diff --git a/README.md b/README.md index e2b744045..cf722b6fc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# normalize.css v1.0.2 +# normalize.css v1.1.0 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.2/test.html) +[Check out the demo](http://necolas.github.com/normalize.css/1.1.0/test.html) ## What does it do? diff --git a/component.json b/component.json index b7f9ca546..e766a99ab 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "1.0.2", + "version": "1.1.0", "author": "Nicolas Gallagher", "homepage": "http://necolas.github.com/normalize.css/", "styles": ["normalize.css"], diff --git a/normalize.css b/normalize.css index cf65c6d46..4d4d01d15 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v1.0.2 | MIT License | git.io/normalize */ +/*! normalize.css v1.1.0 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions