From 2bdda84272650aedfb45d8abe11a6d177933a803 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 30 Mar 2015 17:26:52 -0700 Subject: [PATCH] 3.0.3 --- CHANGELOG.md | 5 +++++ bower.json | 2 +- component.json | 2 +- normalize.css | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49681b6..aaa7a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ === HEAD +=== 3.0.3 (March 30, 2015) + +* Remove unnecessary vendor prefixes. +* Add `main` property. + === 3.0.2 (October 4, 2014) * Only alter `background-color` of links in IE 10. diff --git a/bower.json b/bower.json index ff0fde1..44f2ee2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "3.0.2", + "version": "3.0.3", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index 940678b..82e70d5 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "normalize.css", "repo": "necolas/normalize.css", - "version": "3.0.2", + "version": "3.0.3", "styles": ["normalize.css"], "author": "Nicolas Gallagher", "license": "MIT" diff --git a/normalize.css b/normalize.css index d78a0ff..5e5e3c8 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. diff --git a/package.json b/package.json index cc764cc..b6c26d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize.css", - "version": "3.0.2", + "version": "3.0.3", "description": "Normalize.css as a node packaged module", "style": "normalize.css", "files": [