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

Commit 563946a

Browse files
committed
prep for 1.0.1
1 parent c0cc79c commit 563946a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

22
## HEAD
33

4+
## [1.0.0](https://github.com/jlongster/redux-simple-router/compare/1.0.0...1.0.1)
5+
46
* Solve problem with `basename` causing infinite redirects (#103)
7+
* Switched to ES6 imports/exports internally, but should not affect outside users
58

69
## [1.0.0](https://github.com/jlongster/redux-simple-router/compare/0.0.10...1.0.0)
710
> 2015-12-09

package.json

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

0 commit comments

Comments
 (0)