Skip to content

Commit

Permalink
Correct tag link
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbee committed Feb 1, 2016
1 parent f35011c commit 244ba5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v2.0.3](https://github.com/rackt/reselect/releases/tag/v2.0.2) - 2016/02/01
## [v2.0.3](https://github.com/rackt/reselect/releases/tag/v2.0.3) - 2016/02/01

Fix bug (#78) in `defaultMemoize` which could cause the memoized value to be mistakenly returned for variadic functions.

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": "reselect",
"version": "2.0.2",
"version": "2.0.3",
"description": "Selectors for Redux.",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
Expand Down

0 comments on commit 244ba5b

Please sign in to comment.