We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2172c2e commit 5532a66Copy full SHA for 5532a66
HISTORY.md
@@ -1,3 +1,7 @@
1
+# 1.0.3
2
+## 2015-03-27
3
+* Bug fix for Require.js Needs to statically analyze the include in shared/app.js for the router.
4
+
5
# 1.0.2
6
## 2015-03-26
7
* Fixes / Updates to make Rendr work with require.js
package.json
@@ -1,6 +1,6 @@
{
"name": "rendr",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
0 commit comments