Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jan 20, 2016
1 parent 146e455 commit 5f1c531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

## [2.0.3](https://github.com/rackt/redux-simple-router/compare/2.0.2...2.0.3)
## [2.0.4](https://github.com/rackt/redux-simple-router/compare/2.0.2...2.0.4)

This version is just 2.0.2 re-published with a more recent version of npm to fix an issue where the `history` module was being published with the tarball. See [#133](https://github.com/rackt/redux-simple-router/issues/133).
- Remove `history` module published within the tarball. [#133](https://github.com/rackt/redux-simple-router/issues/133)
- Make actions conform to [Flux Standard Action](https://github.com/acdlite/flux-standard-action). [#208](https://github.com/rackt/redux-simple-router/pull/208)

## [2.0.2](https://github.com/rackt/redux-simple-router/compare/1.0.2...2.0.2)

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": "redux-simple-router",
"version": "2.0.3",
"version": "2.0.4",
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
"main": "lib/index",
"files": [
Expand Down

0 comments on commit 5f1c531

Please sign in to comment.