Skip to content

Commit 08c07d6

Browse files
committed
Release 1.3.2
1 parent 3087db6 commit 08c07d6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

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

2+
1.3.2 / 2013-10-18
3+
==================
4+
5+
* fix whitespace and indentation in the Compressed compiler.
6+
* add @namespace support
7+
* add .stylesheet(node)
8+
29
1.3.1 / 2013-06-02
310
==================
411

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/css-stringify",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"description": "CSS compiler",
66
"keywords": ["css", "stringify", "stylesheet"],
77
"scripts": [

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.3.1",
3+
"version": "1.3.2",
44
"description": "CSS compiler",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)