Skip to content

Commit 4f427c4

Browse files
committed
Release 0.6.2
1 parent 729b3ca commit 4f427c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

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

2+
0.6.2 / 2013-01-04
3+
==================
4+
5+
* add .removeFile(type, filename)
6+
* add .alias() helper
7+
* rename .name to .basename
8+
* refactor .lookup() to use fs.existsSync
9+
210
0.6.1 / 2013-01-02
311
==================
412

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "component-builder",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Component build tool",
55
"keywords": [
66
"component",

0 commit comments

Comments
 (0)