We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35011c commit 244ba5bCopy full SHA for 244ba5b
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
-## [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
7
8
Fix bug (#78) in `defaultMemoize` which could cause the memoized value to be mistakenly returned for variadic functions.
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reselect",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "Selectors for Redux.",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
0 commit comments