Skip to content

Commit f027a6b

Browse files
committed
Release 1.1.0
1 parent e9d0fc2 commit f027a6b

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.1.0 / 2013-06-02
3+
==================
4+
5+
* add component support
6+
* add support for regular css multi-line comments. Closes #12
7+
* add stripping of blank lines. Closes #14
8+
* remove blank() from lexer
9+
210
1.0.0 / 2013-02-27
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-whitespace",
33
"repo": "visionmedia/css-whitespace",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Whitespace significant CSS to regular CSS",
66
"keywords": ["css", "parser", "rework"],
77
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-whitespace",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Whitespace significant CSS to regular CSS",
55
"keywords": ["css", "parser", "rework"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",

0 commit comments

Comments
 (0)