diff --git a/CHANGELOG.md b/CHANGELOG.md index e632e5f..49681b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ === HEAD +=== 3.0.2 (October 4, 2014) + * Only alter `background-color` of links in IE 10. * Add `menu` element to HTML5 display definitions. diff --git a/bower.json b/bower.json index 9ddcdd0..ff0fde1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "3.0.1", + "version": "3.0.2", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index ac21fb1..940678b 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "normalize.css", "repo": "necolas/normalize.css", - "version": "3.0.1", + "version": "3.0.2", "styles": ["normalize.css"], "author": "Nicolas Gallagher", "license": "MIT" diff --git a/normalize.css b/normalize.css index 93482ac..458eea1 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. diff --git a/package.json b/package.json index 90170d7..a3d974d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize.css", - "version": "3.0.1", + "version": "3.0.2", "description": "Normalize.css as a node packaged module", "style": "normalize.css", "files": [