Skip to content

Commit

Permalink
Update to 2.0.0, because we are removing handlebars as a dependency t…
Browse files Browse the repository at this point in the history
…his is a breaking (major) change.
  • Loading branch information
Josh Callender committed Jul 18, 2015
1 parent 3108484 commit 816c74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.0
* handlebars is no longer included here, it needs to be installed at the app level.

# 1.0.1
## 2015-03-26
* allow instance of templateFinder to be passed in
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rendr-handlebars",
"version": "1.0.1",
"version": "2.0.0",
"description": "Glue handlebars templates into a Rendr app.",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"underscore": "^1.8.2"
},
"peerDependencies": {
"rendr": ">=1.0.0"
"rendr": ">=1.2.0"
},
"keywords": [
"rendr",
Expand Down

0 comments on commit 816c74e

Please sign in to comment.