From 82294328c310198a9f336194aff22a68eac127a0 Mon Sep 17 00:00:00 2001 From: Josh Callender Date: Tue, 27 Oct 2015 22:16:46 -0700 Subject: [PATCH] Version bump to 1.1.3, releasing AMD bug fixes. --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 31b8ae2a..29b33b3a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# 1.1.3 +* Bug fixes for AMD environments + +# 1.1.2 +* Bug fix for broken build, companion dependency was incorrect. + # 1.1.1 * added lazy loading callback handlers * support for xhr timeouts diff --git a/package.json b/package.json index 440e2de2..eabd6f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendr", - "version": "1.1.2", + "version": "1.1.3", "description": "Render your Backbone.js apps on the client and the server.", "main": "index.js", "scripts": {