Skip to content

Commit

Permalink
Bug fix for XSS and bugfix for attaching views in series
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Callender committed Mar 15, 2016
1 parent b785969 commit 827635b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.4
* Bug fix for views being attached async vs in series
* Bug fix for possible XSS issue on client-side routing

# 1.1.3
* Bug fixes for AMD environments

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 827635b

Please sign in to comment.