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

Commit 5f1c531

Browse files
committed
2.0.4
1 parent 146e455 commit 5f1c531

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

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

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).
4+
- Remove `history` module published within the tarball. [#133](https://github.com/rackt/redux-simple-router/issues/133)
5+
- Make actions conform to [Flux Standard Action](https://github.com/acdlite/flux-standard-action). [#208](https://github.com/rackt/redux-simple-router/pull/208)
56

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-simple-router",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
55
"main": "lib/index",
66
"files": [

0 commit comments

Comments
 (0)