Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Jul 16, 2012
1 parent 9edb58f commit c92813e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,5 +1,13 @@
# History

## 0.1.3 / 2012-07-17

- [bug fix] Remove anonymous fn wrapper for generated browser templates
- [bug fix] Assign thunder to root
- Add browser examples



## 0.1.2 / 2012-07-09

- [bug fix] Attach `thunder` to `window` instead of calling it on browsers
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "thunder",
"version" : "0.1.2",
"version" : "0.1.3",
"description": "One of the fastest JavaScript template engine for Node.js and browsers.",
"bin" : {
"thunder": "./bin/thunder"
Expand Down

0 comments on commit c92813e

Please sign in to comment.