Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Jun 29, 2017
1 parent d279975 commit f9146cd
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

## 3.2.1 (2017-6-29)

Fixed:

- Fix a bug that prevented `Switcher` event listeners from being removed when nested in `SwitcherProvider`. [e4ef9c6](../../commit/e4ef9c6)

## 3.2.0 (2017-5-17)

Added:
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": "3.2.0",
"version": "3.2.1",
"description": "React component that switches between components based on route",
"main": "dist/switcheroo.umd.min.js",
"jsnext:main": "dist/switcheroo.es-modules.js",
Expand Down

0 comments on commit f9146cd

Please sign in to comment.