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

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Also, adding myself to the authors list. Hope that's cool...
  • Loading branch information
timdorr committed Feb 3, 2016
1 parent a5f34d3 commit 8dca15a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [HEAD](https://github.com/rackt/react-router-redux/compare/2.1.0...master)
## [HEAD](https://github.com/rackt/react-router-redux/compare/3.0.0...master)

- Nothing yet!

## [3.0.0](https://github.com/rackt/react-router-redux/compare/2.1.0...3.0.0)

Techincally, 2.1.0 broke semver. The appropriate @timdorr's have been flogged. So, we're bumping the major version to catch up.

- Fixed Resets in Redux Dev Tools. [3ae8110f](https://github.com/rackt/react-router-redux/commit/3ae8110f)
- Ensure the initialState is set properly. [a00acfd4](https://github.com/rackt/react-router-redux/commit/a00acfd4)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-redux",
"version": "2.1.0",
"version": "3.0.0",
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
"main": "lib/index",
"files": [
Expand All @@ -11,7 +11,8 @@
],
"repository": "rackt/react-router-redux",
"authors": [
"James Long"
"James Long",
"Tim Dorr"
],
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 8dca15a

Please sign in to comment.