Skip to content

Commit 8c17ba1

Browse files
committed
Release 1.1.0
1 parent 1a10e50 commit 8c17ba1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

History.md

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

2+
1.1.0 / 2013-03-18
3+
==================
4+
5+
* add comment parsing
6+
27
1.0.4 / 2012-09-17
38
==================
49

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "css-parse",
33
"repo": "visionmedia/css-parse",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"description": "CSS parser",
66
"keywords": ["css", "parser", "stylesheet"],
77
"scripts": ["index.js"]
8-
}
8+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-parse",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "CSS parser",
55
"keywords": ["css", "parser", "stylesheet"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",
@@ -9,4 +9,4 @@
99
"should": "*"
1010
},
1111
"main": "index"
12-
}
12+
}

0 commit comments

Comments
 (0)