Skip to content

Commit a48b1ce

Browse files
author
Josh Callender
committed
update to 1.1.1 see history.md for change sets
1 parent 8db0b19 commit a48b1ce

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.1.1
2+
* added lazy loading callback handlers
3+
* support for xhr timeouts
4+
* added a code of conduct
5+
16
# 1.1.0
27
## 2015-06-11
38
* update to backbone 1.2.1 and all it's goodness, older versions of lodash *will break* with this change set. lodash.mixin should allow for a fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendr",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Render your Backbone.js apps on the client and the server.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)