@zodash/memoize
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.17](https://github.com/zcorky/zodash/compare/@zodash/memoize@1.0.16...@zodash/memoize@1.0.17) (2019-12-09) | ||
**Note:** Version bump only for package @zodash/memoize | ||
## 1.0.16 (2019-12-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@zodash/memoize", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Create a function that memoizes the result of `func` according to the `resolver` function.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d5144df100bf6d695c3d7bdffd14d83e381c65a0" | ||
"gitHead": "d419b37327cb244d59f2ebd12a8e058cd5535c10" | ||
} |
5309