Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Oct 11, 2013
1 parent 2365dc7 commit 818cbcd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.3.2 / 2013-10-11
==================

* fix unit test for rewire new apis
* fix viewpath for ejs include

0.3.1 / 2013-07-08
==================

Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -116,13 +116,13 @@ function render(view, options) {}
$ git summary

project : connect-render
repo age : 1 year
active : 10 days
commits : 28
files : 42
repo age : 1 year, 8 months
active : 14 days
commits : 39
files : 43
authors :
27 fengmk2 96.4%
1 tangyao 3.6%
37 fengmk2 94.9%
2 tangyao 5.1%
```

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect-render",
"version": "0.3.1",
"version": "0.3.2",
"description": "Template Render helper using `ejs` for `connect`: res.render(view, options). Support `connect` @1.8.x and @2.2.0+ .",
"keywords": ["connect", "render", "connect-render", "template", "ejs"],
"author": "fengmk2 <fengmk2@gmail.com> (http://github.com/fengmk2)",
Expand Down

0 comments on commit 818cbcd

Please sign in to comment.