Skip to content

Commit 244ba5b

Browse files
committed
Correct tag link
1 parent f35011c commit 244ba5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

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

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reselect",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Selectors for Redux.",
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",

0 commit comments

Comments
 (0)