Skip to content

Commit e06537e

Browse files
committed
Release 1.5.1
1 parent 6e18076 commit e06537e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

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

2+
1.5.1 / 2013-07-23
3+
==================
4+
5+
* fix // declaration hack. Closes #42
6+
* fix comments for several nodes (#34).
7+
28
1.5.0 / 2013-06-18
39
==================
410

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/css-parse",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
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.5.0",
3+
"version": "1.5.1",
44
"description": "CSS parser",
55
"keywords": ["css", "parser", "stylesheet"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",

0 commit comments

Comments
 (0)