Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Jul 22, 2015
1 parent 20c60de commit c0c4151
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0 (2015-07-22)

Fixed:

- Remove `setState` being called before component was mounted (removes warnings) [20c60de](../../commit/20c60de)

## 0.6.0 (2015-07-22)

Fixed:
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": "switcheroo",
"version": "0.6.0",
"version": "0.7.0",
"description": "React component that switches between components based on route",
"main": "dist/switcheroo.min.js",
"scripts": {
Expand Down

0 comments on commit c0c4151

Please sign in to comment.