Skip to content

Commit 5c85c82

Browse files
committed
Release 0.0.6
1 parent 7789ae4 commit 5c85c82

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
0.0.6 / 2011-12-20
3+
==================
4+
5+
* Corrected juice unit tests for latest cssom.
6+
* Fixed presence of \n in selectors.
7+
* Fixed unneeded removal of inline event handlers in html.
8+
* Bumped jsdom.
9+
210
0.0.5 / 2011-10-10
311
==================
412

lib/juice.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var utils = require('./utils')
1919
* Package version
2020
*/
2121

22-
exports.version = '0.0.5';
22+
exports.version = '0.0.6';
2323

2424
/**
2525
* Export Selector.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice"
3-
, "version": "0.0.5"
3+
, "version": "0.0.6"
44
, "description": "Inlines css into html source"
55
, "contributors": [
66
{ "name": "Guillermo Rauch", "email": "guillermo@learnboost.com" }

0 commit comments

Comments
 (0)