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