diff --git a/CHANGELOG.md b/CHANGELOG.md index ff47984..5c358be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ === HEAD +=== 3.0.1 (March 27, 2014) + * Add package.json for npm support. === 3.0.0 (January 28, 2014) diff --git a/bower.json b/bower.json index 473f60f..9ddcdd0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "3.0.0", + "version": "3.0.1", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index 0a9b8b6..ac21fb1 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "normalize.css", "repo": "necolas/normalize.css", - "version": "3.0.0", + "version": "3.0.1", "styles": ["normalize.css"], "author": "Nicolas Gallagher", "license": "MIT" diff --git a/normalize.css b/normalize.css index 74b4c79..08f8950 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. diff --git a/package.json b/package.json index a7e14e2..19afaa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize.css", - "version": "3.0.0", + "version": "3.0.1", "description": "Normalize.css as a node packaged module", "style": "normalize.css", "files": [