We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b785969 commit 827635bCopy full SHA for 827635b
HISTORY.md
@@ -1,3 +1,7 @@
1
+# 1.1.4
2
+* Bug fix for views being attached async vs in series
3
+* Bug fix for possible XSS issue on client-side routing
4
+
5
# 1.1.3
6
* Bug fixes for AMD environments
7
package.json
@@ -1,6 +1,6 @@
{
"name": "rendr",
- "version": "1.1.3",
+ "version": "1.1.4",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
0 commit comments