Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed Dec 8, 2014
1 parent 1c70325 commit 3c4b278
Show file tree
Hide file tree
Showing 17 changed files with 460 additions and 455 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.5.1
=============

* Watch stores in `componentDidMount` instead of `componentWillMount` to make it harder to leak memory on the server

Version 1.5.0
=============

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluxxor",
"version": "1.5.0",
"version": "1.5.1",
"main": "build/fluxxor.min.js",
"description": "Flux architecture tools for React",
"homepage": "",
Expand Down

0 comments on commit 3c4b278

Please sign in to comment.