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

Commit 0ffb094

Browse files
committed
update for 2.0.3
1 parent 47c2e57 commit 0ffb094

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

2-
## [2.0.1](https://github.com/jlongster/redux-simple-router/compare/1.0.2...2.0.1)
2+
## 2.0.3
3+
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).
5+
6+
## [2.0.2](https://github.com/jlongster/redux-simple-router/compare/1.0.2...2.0.2)
7+
8+
Versions 2.0.0 and 2.0.1 were test releases for the 2.* series. 2.0.2 is the first public release.
39

410
**A whole new API, with many breaking changes:**
511

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.2",
3+
"version": "2.0.3",
44
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
55
"main": "lib/index",
66
"files": [

0 commit comments

Comments
 (0)