Skip to content

Commit e9e75ac

Browse files
author
Josh Callender
committed
update to 1.0.1
1 parent 45ec245 commit e9e75ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.1
2+
## 2015-03-26
3+
* allow instance of templateFinder to be passed in
4+
* only ship handlbars runtime, greatly reduces client bundle size
5+
16
# 1.0.0
27
## 2015-02-24
38
* update to handlebars 2.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendr-handlebars",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Glue handlebars templates into a Rendr app.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)