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

Commit 8dca15a

Browse files
committed
3.0.0
Also, adding myself to the authors list. Hope that's cool...
1 parent a5f34d3 commit 8dca15a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## [HEAD](https://github.com/rackt/react-router-redux/compare/2.1.0...master)
1+
## [HEAD](https://github.com/rackt/react-router-redux/compare/3.0.0...master)
2+
3+
- Nothing yet!
4+
5+
## [3.0.0](https://github.com/rackt/react-router-redux/compare/2.1.0...3.0.0)
6+
7+
Techincally, 2.1.0 broke semver. The appropriate @timdorr's have been flogged. So, we're bumping the major version to catch up.
28

39
- Fixed Resets in Redux Dev Tools. [3ae8110f](https://github.com/rackt/react-router-redux/commit/3ae8110f)
410
- Ensure the initialState is set properly. [a00acfd4](https://github.com/rackt/react-router-redux/commit/a00acfd4)

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-redux",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
55
"main": "lib/index",
66
"files": [
@@ -11,7 +11,8 @@
1111
],
1212
"repository": "rackt/react-router-redux",
1313
"authors": [
14-
"James Long"
14+
"James Long",
15+
"Tim Dorr"
1516
],
1617
"license": "MIT",
1718
"scripts": {

0 commit comments

Comments
 (0)