Skip to content

Commit de35f05

Browse files
committed
Release 1.0.3
1 parent 37e734f commit de35f05

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
1.0.3 / 2012-09-01
3+
==================
4+
5+
* add component support
6+
* fix unquoted data uris [rstacruz]
7+
* fix keyframe names with no whitespace [rstacruz]
8+
* fix excess semicolon support [rstacruz]
9+
210
1.0.2 / 2012-09-01
311
==================
412

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-parse",
33
"repo": "visionmedia/node-css-parse",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "CSS parser",
66
"keywords": ["css", "parser", "stylesheet"],
77
"scripts": ["index.js"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-parse",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "CSS parser",
55
"keywords": ["css", "parser", "stylesheet"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",

0 commit comments

Comments
 (0)