Skip to content

Commit 05658b6

Browse files
committed
Release 1.0.2
1 parent f91a436 commit 05658b6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.0.2 / 2012-09-01
3+
==================
4+
5+
* add component support
6+
27
1.0.1 / 2012-07-26
38
==================
49

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-stringify",
33
"repo": "visionmedia/node-css-stringify",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "CSS compiler",
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-stringify",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "CSS compiler",
55
"keywords": ["css", "parser", "stylesheet"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",

0 commit comments

Comments
 (0)