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

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jan 24, 2016
1 parent eecf670 commit 5f9b7ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [HEAD](https://github.com/rackt/react-router-redux/compare/2.0.4...master)
## [HEAD](https://github.com/rackt/react-router-redux/compare/2.1.0...master)

- Export action creators as individual functions. [#225](https://github.com/rackt/react-router-redux/pull/225)
- Nothing yet!

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

- `listenForReplays` has a `selectLocationState` selector. [#218](https://github.com/rackt/react-router-redux/pull/218)
- Provide unscoped action creators. [#225](https://github.com/rackt/react-router-redux/pull/225)
- Example updated to use fully ES2015 syntax.

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-redux",
"version": "2.0.4",
"version": "2.1.0",
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
"main": "lib/index",
"files": [
Expand Down

0 comments on commit 5f9b7ec

Please sign in to comment.