Skip to content

Commit 3b1e435

Browse files
committed
Release 0.3.0
1 parent 2fc7f85 commit 3b1e435

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.3.0 / 2012-04-18
3+
==================
4+
5+
* Added partials loading for whiskers [gsf]
6+
* Added dustjs-linkedin support
7+
28
0.2.0 / 2012-04-04
39
==================
410

lib/consolidate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var fs = require('fs');
2424
* Library version.
2525
*/
2626

27-
exports.version = '0.2.0';
27+
exports.version = '0.3.0';
2828

2929
/**
3030
* Require cache.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "consolidate"
3-
, "version": "0.2.0"
3+
, "version": "0.3.0"
44
, "description": "Template engine consolidation library"
55
, "keywords": ["template", "engine", "view"]
66
, "author": "TJ Holowaychuk <[email protected]>"

0 commit comments

Comments
 (0)