Skip to content

Commit 827635b

Browse files
author
Josh Callender
committed
Bug fix for XSS and bugfix for attaching views in series
1 parent b785969 commit 827635b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 1.1.3
26
* Bug fixes for AMD environments
37

package.json

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

0 commit comments

Comments
 (0)